diff options
author | Jonas Smedegaard <dr@jones.dk> | 2011-01-02 23:56:16 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2011-01-02 23:56:16 +0100 |
commit | de90867cf6bbcad37ddb3fe05b241c2d04caa602 (patch) | |
tree | bf118a7e121bc2aa1e58a8b7ce4d4eb73ffbae7e | |
parent | c1d9b974334b0d330ffb296a758e697605b37b1e (diff) |
Style: Fix set frieze borders equal to container top border.
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |