Commit 9ed65aaa by Tom Giannattasio

fixed posted details margin bug

parent 7183991f
...@@ -742,7 +742,6 @@ body.discussion { ...@@ -742,7 +742,6 @@ body.discussion {
} }
.posted-details { .posted-details {
margin-left: 8px;
font-size: 12px; font-size: 12px;
font-style: italic; font-style: italic;
color: #888; color: #888;
...@@ -941,6 +940,10 @@ body.discussion { ...@@ -941,6 +940,10 @@ body.discussion {
color: white; color: white;
text-transform: uppercase; text-transform: uppercase;
} }
.posted-details {
margin-left: 8px;
}
} }
.comment-form { .comment-form {
......
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