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;
|
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; }
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -249,13 +249,15 @@ 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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue