]> git.deb.at Git - deb/packages.git/commitdiff
[UBUNTU] {ubuntu,packages}.css: Some more layout adjustments
authorFrank Lichtenheld <frank@lichtenheld.de>
Sun, 21 Oct 2007 00:14:40 +0000 (02:14 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Sun, 21 Oct 2007 00:49:01 +0000 (02:49 +0200)
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
static/ubuntu/ubuntu.css

index 4c602ae1ebbf59e41262f6422cfabf33f089626c..fbe7b28ed25eeebe8b406ced72bd419af561a4f8 100644 (file)
@@ -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;
 }
index e470a2744f2a6c646fa44f56c2d58eb663b88336..f4561a1b128375e4df5e41b395d9c9cb50e4fe15 100644 (file)
@@ -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; }