diff options
author | bnewbold <bnewbold@ziggy.(none)> | 2009-10-12 22:16:52 -0400 |
---|---|---|
committer | bnewbold <bnewbold@ziggy.(none)> | 2009-10-12 22:16:52 -0400 |
commit | 7274b4c4658cb197e1f33997bdd7f2b1752d6937 (patch) | |
tree | 76735bcbddaa39d0e9d98c05186f84227fd35e76 /static | |
parent | 6f456b98967e54104302dc05dbeafef587fe775c (diff) | |
download | bnewnet-7274b4c4658cb197e1f33997bdd7f2b1752d6937.tar.gz bnewnet-7274b4c4658cb197e1f33997bdd7f2b1752d6937.zip |
frontpage tweaks?
Diffstat (limited to 'static')
-rw-r--r-- | static/style/default.css | 48 |
1 files changed, 13 insertions, 35 deletions
diff --git a/static/style/default.css b/static/style/default.css index 72ed83c..46eef85 100644 --- a/static/style/default.css +++ b/static/style/default.css @@ -26,6 +26,18 @@ h2.pagesubtitle { font-style: italic; text-align: center; border-bottom: none; } +h2 { + font-size: 140%; + padding-top: 8px; + padding-bottom: 4px; + padding-left: 0px; + padding-right: 30px; } +h2.ruled { + padding-bottom: 2px; + margin-bottom: 4px; + margin-right: 10px; + padding-left: 8px; + border-bottom: 2px solid black;} h3 { padding-top: 8px; padding-bottom: 4px; @@ -96,41 +108,6 @@ pre.large { .righty_content img { border: 1px solid black; width: 90%; } -.col_title { - width: 100%; - margin-bottom: 7px; - text-align: center; - font-weight: bold; - /* font-family: serif; */ - font-size: 120%; -} -.col_left { - width: 24%; - height: 275px; - overflow: hidden; - margin-top: 3px; - margin-left: 3px; - padding: 5px; - /*float: right;*/ -} -.col_center { - width: 32%; - height: 275px; - overflow: hidden; - margin-top: 3px; - padding: 5px; - float: right; - border-left: 1px solid black; - border-right: 1px solid black; -} -.col_right { - width: 37%; - height: 275px; - overflow: hidden; - margin-top: 3px; - padding: 5px; - float: right; -} .content_caption { text-align: center; font-style: italic; @@ -201,6 +178,7 @@ pre.large { padding: 0px; margin: 0px; border: none; + vertical-align: middle; text-align: center; } td.gallery_title { vertical-align: top; |