aboutsummaryrefslogtreecommitdiff
path: root/web/style3.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/style3.css')
-rw-r--r--web/style3.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/web/style3.css b/web/style3.css
index 8e8e82e8..6f0b42bf 100644
--- a/web/style3.css
+++ b/web/style3.css
@@ -92,7 +92,7 @@ hr { height: 1px; background: #CCC; }
/********/
-#rcol { float: left; margin-left: -200px; }
+#rcol { width: 190px; top: 0; margin: 10px 0 0 810px; padding-top: 10px; overflow: hidden; font-size: smaller; }
/********/
@@ -134,8 +134,10 @@ hr { height: 1px; background: #CCC; }
.msg-header { margin-bottom: 6px; }
.msg-ts { clear: both; float: none; margin: 0 0 4px 58px; }
.msg-txt { clear: both; margin: 8px 0 0 0; }
+ .msg-media { overflow: scroll; }
.msg-media,.msg-links,.msg-comment,.msg-comments,.msg-recomms { margin-left: 0px; }
.fix,.abs { position: static; }
- #column { clear: both; margin: 0 auto; width: 50%; }
+ #column { clear: both; margin: 0 3%; width: 44%; float: left; }
+ #rcol { float: left; width: 44%; margin: 20px 3% 0 3%; }
} \ No newline at end of file