diff options
author | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-08-29 13:25:47 +0000 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-08-29 13:25:47 +0000 |
commit | 9f0945562b34f5574e35840987c366bd3338ff33 (patch) | |
tree | d9fde3b5e7da088d1243c1cd994def1c1eaa5964 | |
parent | bff691f4521fd5867cf29fb2ed926df8d9066926 (diff) | |
parent | 6e4a1120e0303ba4a4d6e92fbad3f61903438c08 (diff) |
Merge branch 'master' of wiki@192.168.10.50:wiki
-rw-r--r-- | local.css | 21 |
1 files changed, 8 insertions, 13 deletions
@@ -30,6 +30,12 @@ */ +body +{ + font-family: "Bitstream Vera Sans", sans-serif; + margin: 2px; + padding: 1em; +} hr { @@ -45,20 +51,8 @@ hr pre { margin-left: 3em; - background-color: #e5e5e5; -} - -/* Only have these colored blocks be as wide as they need be. */ -pre -{ - float: left; + font-weight: bold; padding: 0.5em; - margin-bottom: 1.5em; - margin-top: 0; -} -h1, h2, h3, h4, h5, h6, table, p, ol, ul, li, div, pre, hr -{ - clear: left; } /* Format these elements table-like with the background of the upper element @@ -81,6 +75,7 @@ h1, h2, h3, h4, h5, h6, table, p, ol, ul, li, div, pre, hr .header { + padding: 0.5em; background-color: #f0f0f0; } |