diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-07-20 14:56:01 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-07-20 14:56:01 +0000 |
commit | 31307e6cdd21bbd7bb2290aeb64e7180fef87159 (patch) | |
tree | c542bcb9e7fbdc44036edee03f8cc39bd361c17b /theme/pigeonthoughts/css/base.css | |
parent | e3ac43541a167668433947e10b44cea7115ff69e (diff) |
Updated pigeonthoughts content/aside_primary layout values
Diffstat (limited to 'theme/pigeonthoughts/css/base.css')
-rw-r--r-- | theme/pigeonthoughts/css/base.css | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/theme/pigeonthoughts/css/base.css b/theme/pigeonthoughts/css/base.css index 4921a9287..5d5eb9896 100644 --- a/theme/pigeonthoughts/css/base.css +++ b/theme/pigeonthoughts/css/base.css @@ -383,7 +383,7 @@ margin-bottom:1em; } #content { -width:49.009%; +width:50%; min-height:259px; float:left; padding:0 18px; @@ -402,7 +402,7 @@ float:left; width:45.917%; min-height:259px; float:left; -margin-left:1.385%; +margin-left:0.25%; padding-bottom:47px; } @@ -736,11 +736,10 @@ margin-right:11px; .notice, .profile { position:relative; -padding-top:11px; -padding-bottom:11px; +padding:11px 2%; clear:both; float:left; -width:96.41%; +width:95.7%; border-width:1px; border-style:solid; margin-bottom:11px; |