summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/local.css b/local.css
index d236168..1f7d5df 100644
--- a/local.css
+++ b/local.css
@@ -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 {