diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-05-15 09:18:13 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-05-15 09:18:13 +0000 |
commit | 1c84b56e8ea928ef673b7a1f79ad79e16904e586 (patch) | |
tree | 468f4b54a495248473a7673b2c057b357b899027 | |
parent | b019f4e5fd1177587326c63e13d4b4fa9ca91084 (diff) | |
download | brdo-1c84b56e8ea928ef673b7a1f79ad79e16904e586.tar.gz brdo-1c84b56e8ea928ef673b7a1f79ad79e16904e586.tar.bz2 |
- Forgot this one. Patch by Ax.
-rw-r--r-- | themes/xtemplate/xtemplate.css | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/themes/xtemplate/xtemplate.css b/themes/xtemplate/xtemplate.css index 1df4e5e6a..94305a0ed 100644 --- a/themes/xtemplate/xtemplate.css +++ b/themes/xtemplate/xtemplate.css @@ -1,6 +1,6 @@ body { - margin: 0px; - padding: 0px; + margin: 0; + padding: 0; color: #000000; background-color: #fff; font-family: verdana, arial, helvetica, sans-serif; @@ -47,11 +47,11 @@ img { } .header .menu { background-color: #69c; - padding: 5px 5px 0px 5px; + padding: 5px 5px 0 5px; } .menu #logo { vertical-align: bottom; - border: 0px; + border: 0; } .menu #primary { font-size: 1.0em; @@ -99,11 +99,12 @@ img { font-weight: bold; } #main { - margin: 10px 10px 10px 10px; - padding: 15px 15px 0px 15px; + padding: 10px; } #sidebar { background-color: #ddd; + width: 200px; + padding: 10px; } #footer { background-color: #eee; @@ -113,17 +114,13 @@ img { table { font-size: 1em; } -table .node { - padding-bottom: 25px; -} -table .block, table .box { - padding: 15px 15px 15px 15px; - margin: 5px 0px 5px 0px; +.node, .block, .box { + padding: 0 0 20px 0; } -table .comment { +.comment { border: 1px solid #ccc; padding: 15px 15px 15px 15px; - margin: 5px 0px 5px 0px; + margin: 5px 0 5px 0; } .node .title, .block .title, .box .title, .node .title a, .box .title a { padding-bottom: 5px; |