aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorGravatar Ugnich Anton2014-02-03 02:14:41 +0700
committerGravatar Ugnich Anton2014-02-03 02:14:41 +0700
commit1e452f3ab889a60ec981cce9c75c81a4e43d25b1 (patch)
tree20c2794b808e397328f901c314eb57491fdb9e65 /web
parent1f2ffaa9e61f2c1ee6bf0a246dc5cf338ef9f794 (diff)
Popular tags fix
Diffstat (limited to 'web')
-rw-r--r--web/style3.css5
1 files changed, 3 insertions, 2 deletions
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; }