diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-16 15:52:17 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-16 15:52:17 +0000 |
commit | 4549e577ac2c349881c7a411c0e25d5bdd0a0c51 (patch) | |
tree | ea100bea4ca66ab551e857f46d8032b58a0fd1eb /theme | |
parent | 0b8131deec0b6fb2056b065462a22437e9ba6962 (diff) |
Updating Creative Commons text and image
Diffstat (limited to 'theme')
-rw-r--r-- | theme/base/css/display.css | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index d56b41693..87a3a01e0 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -253,6 +253,9 @@ margin-left:0; +#licenses { +font-size:0.9em; +} #licenses dt { font-weight:bold; @@ -260,17 +263,17 @@ display:none; } #licenses dd { margin-bottom:11px; +line-height:1.5; } #site_content_license_cc p { -float:left; -margin-left:10%; width:90%; } #site_content_license_cc img { -float:left; -margin-left:-100%; +display:inline; +vertical-align:top; +margin-right:4px; } |