Made comments a little easier to see, especially on photo show page
This commit is contained in:
parent
6832c67a78
commit
b74438a5dc
2 changed files with 7 additions and 4 deletions
|
|
@ -206,11 +206,12 @@ ul.comment_set {
|
|||
padding: 0.6em;
|
||||
border-bottom: 1px solid #cccccc; }
|
||||
ul.comment_set li.comment .from {
|
||||
color: #666666;
|
||||
font-weight: normal; }
|
||||
ul.comment_set li.comment .from a {
|
||||
color: #333333;
|
||||
font-weight: bold; }
|
||||
ul.comment_set li.comment div.time {
|
||||
color: #666666;
|
||||
font-size: 70%; }
|
||||
ul.comment_set li.comment form {
|
||||
margin-top: -5px; }
|
||||
|
||||
|
|
|
|||
|
|
@ -249,13 +249,15 @@ ul.comment_set
|
|||
:bottom 1px solid #ccc
|
||||
|
||||
.from
|
||||
:color #666
|
||||
:font
|
||||
:weight normal
|
||||
a
|
||||
:color #333
|
||||
:font
|
||||
:weight bold
|
||||
|
||||
div.time
|
||||
:color #666
|
||||
:font-size 70%
|
||||
|
||||
form
|
||||
:margin
|
||||
|
|
|
|||
Loading…
Reference in a new issue