summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-01-02 23:56:16 +0100
committerJonas Smedegaard <dr@jones.dk>2011-01-02 23:56:16 +0100
commitde90867cf6bbcad37ddb3fe05b241c2d04caa602 (patch)
treebf118a7e121bc2aa1e58a8b7ce4d4eb73ffbae7e
parentc1d9b974334b0d330ffb296a758e697605b37b1e (diff)
Style: Fix set frieze borders equal to container top border.
-rw-r--r--local.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/local.css b/local.css
index b3da18c..8bbdde5 100644
--- a/local.css
+++ b/local.css
@@ -108,6 +108,7 @@ DIV#frieze {
overflow: hidden;
background-color: DimGrey;
width: 100%;
+ font-size: 0;
text-align: center;
white-space: nowrap;
}
@@ -123,7 +124,6 @@ DIV#frieze UL {
DIV#frieze UL LI {
display:inline;
margin-right: 10px;
- font-size: 0;
}
DIV#pageinfo {