summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-09-29 04:19:14 +0000
committerDavid Robillard <d@drobilla.net>2011-09-29 04:19:14 +0000
commite0ce452e296a6c30d01ae6a715468e7aae3627cb (patch)
treee601a9a34adcdd86b2a93aad790b1927e116f085 /doc
parent5d9ddb9f4e5468ff854522aa42f7a4296c555a74 (diff)
downloadsord-e0ce452e296a6c30d01ae6a715468e7aae3627cb.tar.gz
sord-e0ce452e296a6c30d01ae6a715468e7aae3627cb.tar.bz2
sord-e0ce452e296a6c30d01ae6a715468e7aae3627cb.zip
Update documentation style
git-svn-id: http://svn.drobilla.net/sord/trunk@169 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'doc')
-rw-r--r--doc/style.css18
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/style.css b/doc/style.css
index 82239a2..5cdf97b 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -4,7 +4,21 @@ body {
}
#top {
- display: none;
+ background-color: #F3F3F3;
+ margin: 0;
+ padding: 0;
+ border-bottom: 1px solid #DDD;
+ margin-bottom: 1ex;
+ font-size: 180%;
+ font-weight: bold;
+}
+
+div.header {
+ display: none;
+}
+
+.tabs {
+ display: none;
}
h1 h2 h3 h4 h5 h6 {
@@ -553,4 +567,6 @@ div.header {
div.headertitle {
padding: 5px 5px 5px 10px;
+ font-size: 180%;
+ font-weight: bold;
}