diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-16 21:47:58 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-16 21:47:58 +0000 |
commit | 3974ab633c1f75fee71a3a74f7088ca2927468c9 (patch) | |
tree | 0c5b96458f5dda7017a2632f81badca8b80c99e0 /theme/base | |
parent | fcc86840369c45b0146cc1f3fcd3686e880dea6e (diff) |
Brought back borders for content, navigation, aside_primary but
applied transparent colour instead, hence not visible. This way, other
laconica instances make use of the border if they change only the
colour.
Diffstat (limited to 'theme/base')
-rw-r--r-- | theme/base/css/display.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 3595d6aa3..49907058e 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -303,6 +303,9 @@ padding:4px 11px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; +border-width:1px; +border-style:solid; +border-bottom:0; font-weight:bold; } #site_nav_local_views .nav { @@ -392,6 +395,8 @@ border-radius:7px; -moz-border-radius-topleft:0; -webkit-border-radius:7px; -webkit-border-top-left-radius:0; +border-width:1px; +border-style:solid; } #shownotice #content { min-height:0; @@ -407,11 +412,13 @@ float:left; width:27.917%; min-height:259px; float:left; -margin-left:0.7%; +margin-left:0.5%; padding:1.795%; border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; +border-width:1px; +border-style:solid; } #form_notice { |