From: Frank Lichtenheld Date: Sat, 9 Jun 2007 21:38:50 +0000 (+0200) Subject: static/debian.css: Move horizontal rule at bottom of content to #footer X-Git-Url: https://git.deb.at/w?a=commitdiff_plain;h=f89e34b5d8363f58e5e42f98d781503a52eb0cbc;p=deb%2Fpackages.git static/debian.css: Move horizontal rule at bottom of content to #footer This works way better than the #outer > #inner construct, especially if content has floating elements. --- diff --git a/static/debian.css b/static/debian.css index 63fb71b..0a1b594 100644 --- a/static/debian.css +++ b/static/debian.css @@ -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 {