From 1e452f3ab889a60ec981cce9c75c81a4e43d25b1 Mon Sep 17 00:00:00 2001 From: Ugnich Anton Date: Mon, 3 Feb 2014 02:14:41 +0700 Subject: Popular tags fix --- web/style3.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'web') diff --git a/web/style3.css b/web/style3.css index 706ae32c..e44627a5 100644 --- a/web/style3.css +++ b/web/style3.css @@ -10,7 +10,7 @@ hr { height: 1px; background: #CCC; margin: 10px 0; } pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; } .u { text-decoration: underline; } -#content, #footer { width: 700px; margin: 15px 0 0 290px; } +#content, #footer { width: 700px; margin: 15px 0 0 300px; } #topwrapper { position: relative; clear: both; } /********/ @@ -94,11 +94,12 @@ blockquote { border-left: 1px dashed #CCC; margin: 10px 0 10px 10px; padding-lef /********/ -#column { width: 230px; padding-top: 10px; overflow: hidden; float: left; margin-left: 20px; } +#column { width: 250px; padding-top: 10px; overflow: hidden; float: left; margin-left: 15px; } #column ul, #column p, #column hr { margin: 10px 0; } #column li { margin: 6px 0; } #column .margtop { margin-top: 15px; } #column p { font-size: small; line-height: 140%; } +#column .tags { text-align: justify; } #column .inp { width: 222px; padding: 3px; border: 1px solid #CCC; border-radius: 3px; background: #F5F5E9; } #ctitle { font-size: 14pt; } #ctitle img { vertical-align: middle; margin-right: 5px; } -- cgit v1.2.3