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-16 13:19:43 +0000
committerStijn Buys <ingar@osirion.org>2008-07-16 13:19:43 +0000
commit31fcc507e7f1d44ec41a6d2c9b3dbadd4e5de851 (patch)
tree6a4862afa2e716b69ca30b103efd65ad2ead7de9 /doc/style.css
parentfa9d20ca334b1d3ef4bf07bc7f123ad0af8e42f6 (diff)
more documentation, world.html
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css
index 4508a6e..614f437 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -47,12 +47,21 @@ p, ul {
table {
margin-left: 96px;
+ margin-right: 64px;
}
td {
padding-right: 16px;
+ vertical-align: top;
+}
+
+td.wide {
+ width: 96px;
}
+td.narrow {
+ width: 64px;
+}
pre {
font-family: "Courier New", "Courier", "fixed";
font-size: 14px;