aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorGravatar Ugnich Anton2013-01-05 03:59:25 +0700
committerGravatar Ugnich Anton2013-01-05 03:59:25 +0700
commitfc53fd7d63c703b2664e5cb0cbd6360e4b3f7bd5 (patch)
tree092443ac6bffcb9cd9de3ca9249f7a14cfee9c24 /web
parent6df23a2abefb11b694afc359358a450f704d41bf (diff)
Tag *code
Diffstat (limited to 'web')
-rw-r--r--web/style3.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/web/style3.css b/web/style3.css
index c79f6a66..adb686f0 100644
--- a/web/style3.css
+++ b/web/style3.css
@@ -1,4 +1,4 @@
-html,body,div,h1,h2,ul,li,form,input,textarea { margin: 0; padding: 0; }
+html,body,div,h1,h2,ul,li,form,input,textarea,pre { margin: 0; padding: 0; }
html,input { font-family: sans-serif; font-size: 12pt; }
html { background: #EEEEE5; color: #000; }
h1,h2 { font-weight: normal; }
@@ -6,6 +6,7 @@ ul { list-style-type: none; }
a { text-decoration: none; color: #069; }
img,hr { border: none; }
hr { height: 1px; background: #CCC; }
+pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }
#header, #topwrapper { width: 1000px; margin: 0 auto; }
#content, #footer { width: 600px; margin: 0 auto; }
@@ -44,7 +45,7 @@ hr { height: 1px; background: #CCC; }
.msg-ts, .msg-ts>a { color: #999; }
.msg-menu { margin: 0 0 0 6px; padding: 2px 0; }
.msg-menu img { vertical-align: top; }
-.msg-header { float: left; margin: 0 0 8px 10px; overflow: hidden; }
+.msg-header { float: left; margin: 0 0 8px 10px; max-width: 350px; overflow: hidden; }
.msg-place { clear: both; font-size: small; margin: 8px 0 8px 58px; }
.msg-place>a { color: #999; }
.msg-txt { clear: both; margin: 8px 0 8px 58px; overflow: hidden; }
@@ -140,8 +141,8 @@ blockquote { border-left: 1px dashed #CCC; margin: 10px 0 10px 10px; padding-lef
.msg-media,.msg-links,.msg-comment,.msg-comments,.msg-recomms { margin-left: 0px; }
.title2 h2 { font-size: large; }
-
+
.fix,.abs { position: static; }
#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
+}