Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-07-14 19:14:17 +0000
committerStijn Buys <ingar@osirion.org>2008-07-14 19:14:17 +0000
commitf9dad976adca728a5996450334dcabf57fef2443 (patch)
tree41bf4433aaa06e1927c44d43d947e3d22b23db31 /doc/style.css
parent4ac9893545982f0de5c16e285a136118199a0a79 (diff)
documentation updates
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/style.css b/doc/style.css
index d284321..4508a6e 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -7,6 +7,9 @@ body {
color: #000000;
background-color: #ffffff;
font-size: 12pt;
+ margin: 32px;
+ border: 1px solid #000000;
+ padding: 16px;
}
a {
@@ -56,7 +59,7 @@ pre {
margin-left:96px;
margin-right: 64px;
width: auto;
- background-color: efefef;
+ background-color: e5e5e5;
padding: 8px;
}
ul {