summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/local.css b/local.css
index 032a9e9..128f8da 100644
--- a/local.css
+++ b/local.css
@@ -55,3 +55,18 @@ blockquote {
div.pagedate {
font-size: 70%;
}
+
+div#frieze {
+ overflow: hidden;
+ width: 100%;
+ text-align: center;
+ white-space: nowrap;
+}
+div#frieze ul {
+ list-style-type:none;
+ margin: 0;
+ padding: 0;
+}
+div#frieze ul li {
+ display:inline;
+}