Fixed CSS margin issue on comments

Margins were compressing text into a very narrow column, making it difficult to read.
I removed old margin code (back when we used options bubbles, not expandos) that was causing conflicts with new margin css.
This commit is contained in:
Paradox
2011-08-31 10:29:42 -06:00
committed by Max Goodman
parent ab07c7fe35
commit f20499cd6b
2 changed files with 0 additions and 7 deletions

View File

@@ -55,7 +55,6 @@ button.button { padding: 0 5px; }
.comment .entry, .message .entry { margin-right: 50px; }
.comment .child .options_link, .message .child .options_link { top: 8px; }
.comment .options_expando, .message .options_expando { margin: 10px -50px 10px 0px; }
.comment .md, .message .md { margin-right: 40px; }
.message .options_expando { margin: 25px -55px 10px -5px; }
@@ -276,8 +275,6 @@ body[orient="landscape"] > #topbar > h1 { margin-left: -125px; width: 250px; }
.child .comment { margin: 4px; margin-top: 0px; -webkit-border-top-right-radius: 0px; -moz-border-radius-topright: 0px; }
.comment .md { margin-left: 25px; }
.comment.collapsed .child, .comment.collapsed .usertext, .comment.collapsed .midcol, .comment.collapsed .button, .comment.collapsed .options_link, .comment.collapsed .options_expando { display: none; }
.comment.collapsed { font-style: italcs; }

View File

@@ -229,9 +229,6 @@ button.button {
.options_expando {
margin: 10px -50px 10px 0px; //Overwrite the link styles
}
.md {
margin-right: 40px;
}
}
.message {
@@ -844,7 +841,6 @@ padding: 5px;
-moz-border-radius-topright: 0px;
}
.comment .md { margin-left: 25px; }
.comment.collapsed .child,
.comment.collapsed .usertext,