diff options
Diffstat (limited to 'web/style3.css')
-rw-r--r-- | web/style3.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/web/style3.css b/web/style3.css index 211c759c..1a2c15c1 100644 --- a/web/style3.css +++ b/web/style3.css @@ -9,11 +9,11 @@ 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; } -#header { width: 880px; } -#topwrapper { width: 860px; } +#header { width: 890px; } +#topwrapper { width: 870px; } #content, #footer { width: 600px; } #header, #topwrapper, #footer { margin: 0 auto; } -#content { margin: 15px 0 0 260px; } +#content { margin: 15px 0 0 270px; } /********/ @@ -97,6 +97,10 @@ blockquote { border-left: 1px dashed #CCC; margin: 10px 0 10px 10px; padding-lef .pm-in { width: 85%; background: #FFF; } .pm-out { margin-left: 15%; background: #DFD; } +#pmreplyform { margin-top: 20px; background: #DDDDD5; padding: 5px 0; text-align: center; } +#pmreplytext { border: 1px solid #999; padding: 4px 5px; width: 515px; margin: 15px 5px 15px 0; } +#pmreplybutton { border: 1px solid #999; padding: 3px 0; width: 35px; background: #CCCCC5} + /********/ #column { width: 230px; top: 0; padding-top: 10px; overflow: hidden; } |