mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 07:48:16 -05:00
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:
@@ -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; }
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user