summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css15
1 files changed, 8 insertions, 7 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index b039dc110..4d7611b30 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -15,7 +15,6 @@ position:relative;
margin:0 auto;
width:1004px;
width:71.714em;
-max-width:100%;
}
h1 {
font-size:2.1em;
@@ -176,7 +175,7 @@ margin-bottom:18px;
#footer {
float:left;
-width:100%;
+width:68%;
padding-bottom:11px;
}
@@ -254,6 +253,9 @@ margin-left:0;
+#licenses {
+font-size:0.9em;
+}
#licenses dt {
font-weight:bold;
@@ -261,17 +263,16 @@ 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;
}