Commit bcaba832 authored by Leo Iannacone's avatar Leo Iannacone

More padding to comments

parent dab1dbb7
...@@ -1852,6 +1852,7 @@ a.accept-answer.on, a.accept-answer:hover { ...@@ -1852,6 +1852,7 @@ a.accept-answer.on, a.accept-answer:hover {
border-top: 1px dotted #CCCCCE; border-top: 1px dotted #CCCCCE;
margin: 0; margin: 0;
position: relative; position: relative;
padding-top: 8px;
} }
.comment.not_top_scorer { .comment.not_top_scorer {
...@@ -1863,10 +1864,9 @@ a.accept-answer.on, a.accept-answer:hover { ...@@ -1863,10 +1864,9 @@ a.accept-answer.on, a.accept-answer:hover {
font-family: Arial; font-family: Arial;
font-size: 16px; font-size: 16px;
font-weight: bold; font-weight: bold;
padding-top: 3px;
vertical-align: top; vertical-align: top;
float: left; float: left;
width: 22px; width: 40px;
height: 100%; height: 100%;
text-align: center; text-align: center;
} }
...@@ -1874,7 +1874,7 @@ a.accept-answer.on, a.accept-answer:hover { ...@@ -1874,7 +1874,7 @@ a.accept-answer.on, a.accept-answer:hover {
.comment-text { .comment-text {
color: #444444; color: #444444;
font-size: 12px; font-size: 12px;
margin: 0 0 0 22px; margin: 0 0 0 40px;
padding: 0; padding: 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment