diff options
Diffstat (limited to 'public/assets/css/bucky.css')
| -rw-r--r-- | public/assets/css/bucky.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css index 1ba5010..45b2ed0 100644 --- a/public/assets/css/bucky.css +++ b/public/assets/css/bucky.css @@ -364,6 +364,7 @@ tr:nth-child(even) td.black { background-color: #eee; border-bottom-color: margin-bottom: 2px; background-position: center center; } +#comments tr#comment_form + tr .comment, #comments tr:first-child .comment { border-top: 1px solid #ccc; } @@ -380,8 +381,9 @@ tr:nth-child(even) td.black { background-color: #eee; border-bottom-color: .comment .body { font-size: 12px; line-height: 1.3; - max-width: 100%; + width: 100%; padding-bottom: 3px; + margin-right: 110px; } .comment .date { position: absolute; |
