diff options
Diffstat (limited to 'templates/default.css')
-rw-r--r-- | templates/default.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/default.css b/templates/default.css index d94cd4f0..5939425a 100644 --- a/templates/default.css +++ b/templates/default.css @@ -535,6 +535,15 @@ li.current-rating{ .box-top { background: url(../themes/classic/images/top.gif); } +/* List Header Styles */ +.list-header { + text-decoration: none; +} +.list-header:hover { + color:#071fd4; +} + + .confirmation-box { padding-left:5px; padding-top:5px; |