Finished pagination on the frontend

This commit is contained in:
2014-02-26 16:36:05 -07:00
parent 980437bc9c
commit 9d6ac396b3
4 changed files with 58 additions and 6 deletions

View File

@@ -188,6 +188,15 @@ font-style: italic;
background: url( ../images/star.png ) no-repeat left center;
}
div#pagination a {
text-decoration: underline;
}
div#pagination a.active {
text-decoration: none;
color: #000;
}
.location_search_title, .location_search_distance_cell, .location_search_taxonomy_cell {
font-weight:bold;
vertical-align:top;

View File

@@ -188,6 +188,15 @@ font-style: italic;
background: url( ../images/star.png ) no-repeat left center;
}
div#pagination a {
text-decoration: underline;
}
div#pagination a.active {
text-decoration: none;
color: #000;
}
.location_search_title, .location_search_distance_cell, .location_search_taxonomy_cell {
font-weight:bold;
vertical-align:top;