diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-18 16:44:21 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-18 16:44:21 +0000 |
commit | f7d6d4448fff25351f3f0d9b4d6d1ee02044e263 (patch) | |
tree | 6c803398dbaa6e70c6457ded53e371b440a64565 | |
parent | df58688a58f8ccf36dd39746ef876375f7d9d4e2 (diff) | |
parent | 00daeeba643121a51065ff7b6e55d6661d3bad24 (diff) |
Merge branch 'uiredesign' of /var/www/trunk into uiredesign
-rw-r--r-- | theme/base/css/display.css | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 9146a2bf5..7433a45e4 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -16,30 +16,30 @@ margin:0 auto; width:1004px; width:71.714em; } +h1,h2,h3,h4,h5,h6 { + text-transform:uppercase; + margin-bottom:7px; +} h1 { -font-size:1.7em; -line-height:1.1; -margin-bottom:0.25em; +font-size:1.4em; +line-height:1; +margin-bottom:18px; } h2 { font-size:1.3em; } h3 { font-size:1.2em; } h4 { font-size:1.1em; } h5 { font-size:1em; } h6 { font-size:0.9em; } -h1,h2,h3,h4,h5,h6 { - text-transform:uppercase; - margin-bottom:7px; -} + caption { font-weight:bold; } .opened { display: block !important;} .closed { display: none !important;} - legend { font-weight:bold; -font-size:1.5em; +font-size:1.3em; text-transform:uppercase; } form { @@ -135,7 +135,8 @@ display:inline; font-weight:bold; } -#form_settings_profile legend { +#form_settings_profile legend, +#form_login legend { display:none; } |