From 8cad95454f8bf9ababe5878aba659417495ac421 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Sun, 21 Oct 2007 02:14:40 +0200 Subject: [PATCH] [UBUNTU] {ubuntu,packages}.css: Some more layout adjustments Essentially use more white as background to increase readbility. Also remove the border-bottom of dt since that just makes the pages louder. --- static/packages.css.sed.in | 5 +++-- static/ubuntu/ubuntu.css | 13 +++++++++---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/static/packages.css.sed.in b/static/packages.css.sed.in index 4c602ae..fbe7b28 100644 --- a/static/packages.css.sed.in +++ b/static/packages.css.sed.in @@ -44,7 +44,7 @@ h1 { font-size: smaller; margin-left: 1em; float: right; - background-color: #dbba75; + background-color: white; color: #5B4832; border: thin solid #5B4832; padding: 1em .5em; @@ -312,8 +312,9 @@ table#pdeplegend, #pdownload table { width: auto; height: auto; text-align: left; - background-color: #dbba75; + background-color: white; color: #5B4832; + border-bottom: thin solid #5B4832; font-size: smaller; font-weight: bold; } diff --git a/static/ubuntu/ubuntu.css b/static/ubuntu/ubuntu.css index e470a27..f4561a1 100644 --- a/static/ubuntu/ubuntu.css +++ b/static/ubuntu/ubuntu.css @@ -113,13 +113,17 @@ html[xmlns] .mozclear #footer { - color: #5B4832; - background-color: #dbba75; position: relative; text-align: center; padding: 10px; } +#fineprint +{ + color: #5B4832; + background-color: #dbba75; +} + html>body #footer { padding-bottom: 1.01em; /* attempt to fix Gecko engine's rounding errors @@ -159,6 +163,7 @@ p, h1, h2, h3, h4, h5, h6 } #footer { + margin-top: 1em; padding: .3em; /* ditto from above */ } #pageWrapper, #innerColumnContainer, #masthead, #footer @@ -272,9 +277,9 @@ h6 { dt { margin-top: 20px; - margin-bottom: 8px; +/* margin-bottom: 8px; */ font-size: 120%; - border-bottom: 1px solid #6D4C07; +/* border-bottom: 1px solid #6D4C07; */ } img { border: 0; } -- 2.39.2