diff options
-rw-r--r-- | local.css | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -96,17 +96,19 @@ DIV.pagedate { DIV#frieze { overflow: hidden; + background-color: DimGrey; width: 100%; text-align: center; white-space: nowrap; } DIV#frieze UL { list-style-type:none; - margin: 0; + margin: 10pt 0 0 0; padding: 0; } DIV#frieze UL LI { display:inline; + margin-right: 5pt; } DIV#pageinfo { |