Made comments a little easier to see, especially on photo show page

This commit is contained in:
Raphael 2010-08-04 18:12:12 -07:00
parent 6832c67a78
commit b74438a5dc
2 changed files with 7 additions and 4 deletions

View file

@ -206,11 +206,12 @@ ul.comment_set {
padding: 0.6em; padding: 0.6em;
border-bottom: 1px solid #cccccc; } border-bottom: 1px solid #cccccc; }
ul.comment_set li.comment .from { ul.comment_set li.comment .from {
color: #666666;
font-weight: normal; } font-weight: normal; }
ul.comment_set li.comment .from a { ul.comment_set li.comment .from a {
color: #333333;
font-weight: bold; } font-weight: bold; }
ul.comment_set li.comment div.time {
color: #666666;
font-size: 70%; }
ul.comment_set li.comment form { ul.comment_set li.comment form {
margin-top: -5px; } margin-top: -5px; }

View file

@ -249,14 +249,16 @@ ul.comment_set
:bottom 1px solid #ccc :bottom 1px solid #ccc
.from .from
:color #666
:font :font
:weight normal :weight normal
a a
:color #333
:font :font
:weight bold :weight bold
div.time
:color #666
:font-size 70%
form form
:margin :margin
:top -5px :top -5px