diff options
author | bnewbold <bnewbold@ziggy.(none)> | 2009-12-02 20:02:45 -0500 |
---|---|---|
committer | bnewbold <bnewbold@ziggy.(none)> | 2009-12-02 20:02:45 -0500 |
commit | c25464ef93890d7e890d046c98c32b3c5126433d (patch) | |
tree | 57eae3fb94a2e0e31a9062fbf6c2931771d66634 | |
parent | 1c16982517d227c3eb626920d0b10b5093dafa51 (diff) | |
download | bnewnet-c25464ef93890d7e890d046c98c32b3c5126433d.tar.gz bnewnet-c25464ef93890d7e890d046c98c32b3c5126433d.zip |
smaller titles
-rw-r--r-- | static/style/default.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/style/default.css b/static/style/default.css index 46eef85..9ef9eb2 100644 --- a/static/style/default.css +++ b/static/style/default.css @@ -18,13 +18,13 @@ a.subtle { text-decoration: none; } h1 { font-size: 200%; - margin: 10px 10px 20px 8px; + margin: 10px 10px 0px 8px; font-weight: bold; } h2.pagesubtitle { font-size: 140%; + margin: 0px 10px 8px 8px; font-weight: bold; font-style: italic; - text-align: center; border-bottom: none; } h2 { font-size: 140%; |