diff options
author | David Robillard <d@drobilla.net> | 2011-09-29 04:19:09 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-09-29 04:19:09 +0000 |
commit | c83f06833c3ec3d2afa31e1e2f3ef348d6125421 (patch) | |
tree | a1dab0bc8a1240aa4dd8a528c20a2995bbf8bbf8 /doc | |
parent | 73c89e1a8b6fb7b22758821170e5559ac0b99bbe (diff) | |
download | serd-c83f06833c3ec3d2afa31e1e2f3ef348d6125421.tar.gz serd-c83f06833c3ec3d2afa31e1e2f3ef348d6125421.tar.bz2 serd-c83f06833c3ec3d2afa31e1e2f3ef348d6125421.zip |
Update documentation style
git-svn-id: http://svn.drobilla.net/serd/trunk@222 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/style.css | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/style.css b/doc/style.css index 82239a2a..5cdf97ba 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; } |