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>2010-11-05 22:47:13 +0000
committerStijn Buys <ingar@osirion.org>2010-11-05 22:47:13 +0000
commitbf198b1ef97e64ff6a2dd30ea2d9714e3b5fec73 (patch)
tree3340e75906efdbea9ebb55001fb047612869666a /doc/main.css
parent37a8c7aa64bdded36f452e6f95c829165d44e792 (diff)
documentation updates
Diffstat (limited to 'doc/main.css')
-rw-r--r--doc/main.css23
1 files changed, 21 insertions, 2 deletions
diff --git a/doc/main.css b/doc/main.css
index 2791bff..80704ee 100644
--- a/doc/main.css
+++ b/doc/main.css
@@ -1,3 +1,9 @@
+/*
+ Project::OSiRiON
+
+ documentation stylesheet
+*/
+
a {
color: #dd0000;
text-decoration: none;
@@ -58,6 +64,8 @@ img {
padding: 4px;
border-top: 1px solid #606060;
border-bottom: 1px solid #606060;
+ border-left: 1px solid #606060;
+ border-right: 1px solid #606060;
}
.banner, .header, .footer {
@@ -92,13 +100,14 @@ img {
.subtitle {
background: #e7e7e7;
margin-left: 48px;
- margin-right: 24px;
+ margin-right: 72px;
margin-top: 8px;
margin-bottom: 8px;
font-size: 12pt;
border-top: 1px solid #606060;
border-bottom: 1px solid #606060;
border-left: 1px solid #606060;
+ border-right: 1px solid #606060;
padding: 4px;
padding-left: 8px;
}
@@ -192,7 +201,7 @@ img {
margin-right: 48px;
margin-top: 8px;
margin-bottom: 8px;
- padding-left: 16px;
+ padding: 8px;
font-family: "Courier New", "Courier", "fixed";
font-size: 12pt;
vertical-align: text-top;
@@ -226,3 +235,13 @@ img {
padding-right: 32px;
vertical-align: top;
}
+
+td.wide {
+ padding-right: 16px;
+ text-align: right;
+ width: 156px;
+}
+
+td.narrow {
+ width: 64px;
+} \ No newline at end of file