aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-03 02:55:29 +0000
committerDavid Robillard <d@drobilla.net>2011-03-03 02:55:29 +0000
commitc554077188599205e050c14e87dd86461b18c6ac (patch)
tree901abe74091524ef121dfd627d3816d0631e2519 /doc
parent48454fa922b8836dbe4497eb7a6343e2825e7196 (diff)
downloadserd-c554077188599205e050c14e87dd86461b18c6ac.tar.gz
serd-c554077188599205e050c14e87dd86461b18c6ac.tar.bz2
serd-c554077188599205e050c14e87dd86461b18c6ac.zip
Tweak documentation style.
git-svn-id: http://svn.drobilla.net/serd/trunk@117 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'doc')
-rw-r--r--doc/style.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/style.css b/doc/style.css
index 2cf74678..f4d9f28d 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -8,8 +8,8 @@ body {
}
h1 {
- font-size: 160%;
- font-weight: 750;
+ font-size: 180%;
+ font-weight: 900;
}
h2 {
@@ -307,7 +307,7 @@ hr {
height: 0;
border: none;
border-top: 1px solid #DDD;
- margin: 3em 0 1em;
+ margin: 2em 0 1em;
}
hr.footer {
@@ -551,11 +551,11 @@ div.summary a {
}
div.header {
- background-color: #EEE;
+ background-color: #F3F3F3;
margin: 0;
- border-bottom: 1px solid #CCC;
+ border-bottom: 1px solid #DDD;
}
div.headertitle {
padding: 5px 5px 5px 10px;
-} \ No newline at end of file
+}