From c1d9b974334b0d330ffb296a758e697605b37b1e Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 2 Jan 2011 23:52:04 +0100 Subject: Style: set frieze borders equal to container top border. --- local.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'local.css') diff --git a/local.css b/local.css index 59b56c2..b3da18c 100644 --- a/local.css +++ b/local.css @@ -111,14 +111,19 @@ DIV#frieze { text-align: center; white-space: nowrap; } +DIV#frieze UL, +DIV#frieze LI { + line-height: 0; +} DIV#frieze UL { list-style-type:none; - margin: 10pt 0 0 0; + margin: 10px 0 0 0; padding: 0; } DIV#frieze UL LI { display:inline; - margin-right: 5pt; + margin-right: 10px; + font-size: 0; } DIV#pageinfo { -- cgit v1.2.3