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-11-11 14:54:47 +0000
committerStijn Buys <ingar@osirion.org>2008-11-11 14:54:47 +0000
commit2b8b9b2883627ffd6a932e7be1b241509b49c606 (patch)
tree5aa7ef2fb993625c388a9806fbf4d179fe571185 /doc/style.css
parentc758f93a9de30d19338a6d4fc9da795c2354e7dd (diff)
documentation updates
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css15
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/style.css b/doc/style.css
index e545e11..743e366 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -14,27 +14,38 @@ body {
a {
color: #b38700;
+ text-decoration: none;
+}
+
+a:hover {
+ text-decoration: none;
+ font-weight: bold;
}
h1, h2, h3 {
- margin-left: 16px;
margin-right: 32px;
width: auto;
}
h1 {
+ margin-left: 16px;
margin-top: 32px;
font-size: 18pt;
border-bottom: 1px solid #000000;
}
h2 {
+ margin-left: 32px;
margin-top: 32px;
font-size: 14pt;
border-bottom: 1px solid #000000;
}
+h2.navigate {
+ text-align: right;
+}
h3 {
+ margin-left: 64px;
font-weight: bold;
font-size: 12pt;
}
@@ -56,7 +67,7 @@ td {
}
td.wide {
- width: 96px;
+ width: 156px;
}
td.narrow {