Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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;