summaryrefslogtreecommitdiff
path: root/public/assets/css/bucky.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-12-12 05:31:06 +0100
committerJules Laplace <julescarbon@gmail.com>2017-12-12 05:31:06 +0100
commit3b0cde84d5186693dd48c9f136a47480b3c23c89 (patch)
tree4c5103400d6f9fc97491f45fed04b742ff0e04ff /public/assets/css/bucky.css
parent041efed20500c145a639d8303c2a0e770bba4552 (diff)
creating users
Diffstat (limited to 'public/assets/css/bucky.css')
-rw-r--r--public/assets/css/bucky.css4
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;