From f89e34b5d8363f58e5e42f98d781503a52eb0cbc Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Sat, 9 Jun 2007 23:38:50 +0200 Subject: [PATCH] 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. --- static/debian.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.2