summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGNU Hurd wiki engine <web-hurd@gnu.org>2008-08-29 13:25:47 +0000
committerGNU Hurd wiki engine <web-hurd@gnu.org>2008-08-29 13:25:47 +0000
commit9f0945562b34f5574e35840987c366bd3338ff33 (patch)
treed9fde3b5e7da088d1243c1cd994def1c1eaa5964
parentbff691f4521fd5867cf29fb2ed926df8d9066926 (diff)
parent6e4a1120e0303ba4a4d6e92fbad3f61903438c08 (diff)
Merge branch 'master' of wiki@192.168.10.50:wiki
-rw-r--r--local.css21
1 files changed, 8 insertions, 13 deletions
diff --git a/local.css b/local.css
index d38aec12..4b631f8e 100644
--- a/local.css
+++ b/local.css
@@ -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;
}