diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-16 16:07:19 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-16 16:07:19 +0000 |
commit | 1b625dcfd70c2f0e3f17e819a95d0fd816c1440a (patch) | |
tree | 0cbb3ca5be5a511286cc73537945ac01f07dc4a4 /theme/base | |
parent | 4549e577ac2c349881c7a411c0e25d5bdd0a0c51 (diff) |
footer width
Diffstat (limited to 'theme/base')
-rw-r--r-- | theme/base/css/display.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 87a3a01e0..4d7611b30 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -175,7 +175,7 @@ margin-bottom:18px; #footer { float:left; -width:100%; +width:68%; padding-bottom:11px; } @@ -268,7 +268,6 @@ line-height:1.5; #site_content_license_cc p { -width:90%; } #site_content_license_cc img { display:inline; |