1
0
mirror of https://github.com/djohnlewis/stackdump synced 2025-12-06 16:03:27 +00:00

Improved styling of results page with :hover, links and more spacing.

This commit is contained in:
Samuel Lai
2012-01-28 23:48:00 +11:00
parent 90e46dfacf
commit 96cb924c52
2 changed files with 15 additions and 1 deletions

View File

@@ -106,6 +106,17 @@
#search-results li {
clear: both;
border-top: 1px solid #CCCCCC;
margin-bottom: 10px;
padding-right: 10px;
}
#search-results li:hover {
background-color: #F2F2F2;
}
#search-results li .clearfix {
clear: both;
height: 0;
}
.post-stats-vertical {
@@ -127,6 +138,7 @@
.post-stat-value {
font-weight: bold;
font-size: 16pt;
color: #000000;
}
.post-summary {