]> git.deb.at Git - deb/packages.git/commitdiff
static/debian.css: Move horizontal rule at bottom of content to #footer
authorFrank Lichtenheld <frank@lichtenheld.de>
Sat, 9 Jun 2007 21:38:50 +0000 (23:38 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Sat, 9 Jun 2007 21:38:50 +0000 (23:38 +0200)
This works way better than the #outer > #inner construct, especially
if content has floating elements.

static/debian.css

index 63fb71b625b2bc2b1b3aa23d7dbda3af1a8e8628..0a1b594d4601fca049f893d17a994413fffab648 100644 (file)
@@ -329,6 +329,7 @@ blockquote.question p span {
        bottom: 0;
        text-align: center;
        margin: 0px;
+       border-top: 1px solid #BFC3DC;
 }
 
 #fineprint {
@@ -338,7 +339,6 @@ blockquote.question p span {
        font-size: 0.85em;
 }
 
-#outer>#inner { border-bottom: 1px solid #BFC3DC; }
 .bordertop { border-top: 1px solid #BFC3DC; }
 
 dl.gloss dt {