diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-06-16 22:24:11 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-06-16 22:24:11 -0700 |
commit | 3d6e30d205ea4679ca0b16e8afee24f24065e451 (patch) | |
tree | f5a976189648533831ba52165caf3ce1c48994b5 /theme/base/css/display.css | |
parent | d1ae3176b638a8342f0d3cfb4ac071623c639575 (diff) | |
parent | befbfc9c73a75bac9d7dac4a4b7a21bd515ce1b4 (diff) |
Merge branch '0.8.x' into userdesign
* 0.8.x:
Moved url handling to its proper place, from newnotice to Notice.php
Removed more dead code.
Brought back borders for content, navigation, aside_primary but
Minor margin value change
More contrast for tabs
UI updates:
Diffstat (limited to 'theme/base/css/display.css')
-rw-r--r-- | theme/base/css/display.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 5b69b4f3d..794fa9f64 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -314,7 +314,6 @@ padding:4px 11px; border-width:1px; border-style:solid; border-bottom:0; -text-shadow: 2px 2px 2px #ddd; font-weight:bold; } #site_nav_local_views .nav { @@ -404,8 +403,8 @@ border-radius:7px; -moz-border-radius-topleft:0; -webkit-border-radius:7px; -webkit-border-top-left-radius:0; -border-style:solid; border-width:1px; +border-style:solid; } #shownotice #content { min-height:0; @@ -421,7 +420,7 @@ float:left; width:27.917%; min-height:259px; float:left; -margin-left:0.385%; +margin-left:0.5%; padding:1.795%; border-radius:7px; -moz-border-radius:7px; @@ -477,7 +476,6 @@ height:16px; #form_notice #notice_data-attach { left:183px; padding:0; - height:16px; } #form_notice .form_note { |