diff options
author | Ugnich Anton | 2013-01-29 23:45:00 +0700 |
---|---|---|
committer | Ugnich Anton | 2013-01-29 23:45:00 +0700 |
commit | cdbf949013fe140fed0e5ad79ad6111c97ea07ad (patch) | |
tree | f6ce3225d78eacca649fe219f0aded18f718d864 /web/style3.css | |
parent | 6a6b574cd010f01b4d26907707a28e70d3e384c6 (diff) |
Sape optimization
Diffstat (limited to 'web/style3.css')
-rw-r--r-- | web/style3.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/style3.css b/web/style3.css index 2e8efe5e..73f0b70c 100644 --- a/web/style3.css +++ b/web/style3.css @@ -7,6 +7,7 @@ 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; } +.u { text-decoration: underline; } #header, #topwrapper { width: 1000px; margin: 0 auto; } #content, #footer { width: 600px; margin: 0 auto; } @@ -112,7 +113,7 @@ blockquote { border-left: 1px dashed #CCC; margin: 10px 0 10px 10px; padding-lef /********/ -#footer { clear: both; font-size: small; padding: 10px; color: #999; } +#footer { clear: both; font-size: small; padding: 10px 0; color: #999; } #footer-right { float: right; } /******************************************************************************/ |