summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-01-02 23:52:04 +0100
committerJonas Smedegaard <dr@jones.dk>2011-01-02 23:52:04 +0100
commitc1d9b974334b0d330ffb296a758e697605b37b1e (patch)
treece0b799a608655ff4352a67631d3fead619818c1
parentb981b098d271b0b4f3ccf04d4116363c27462c51 (diff)
Style: set frieze borders equal to container top border.
-rw-r--r--local.css9
1 files changed, 7 insertions, 2 deletions
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 {