Search form and pagination
This commit is contained in:
@@ -17,14 +17,19 @@ a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
a:visited { color:#000; }
|
||||
|
||||
a:link { color: #000; }
|
||||
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
h1 {
|
||||
/* font-family: Georgia, serif; */
|
||||
font-weight: normal;
|
||||
@@ -471,4 +476,16 @@ a.button {
|
||||
.flexplot {
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
}
|
||||
}
|
||||
|
||||
a.wh:link {
|
||||
color: #e9e9e9;
|
||||
}
|
||||
|
||||
a.wh:visited {
|
||||
color: #e9e9e9;
|
||||
}
|
||||
|
||||
a.wh:hover {
|
||||
color: #e9e9e9;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user