diff options
-rw-r--r-- | local.css | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 { |