diff options
author | David Robillard <d@drobilla.net> | 2012-04-18 23:41:58 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-18 23:41:58 +0000 |
commit | d8df0d21ab8f2d28c8b0e32670594fa079425a1d (patch) | |
tree | d7574f4dde7900613e30240cbc4d50d1f88131ea /doc | |
parent | 96d315f5c2fed21c09be94d17ea00b608c1b05df (diff) | |
download | suil-d8df0d21ab8f2d28c8b0e32670594fa079425a1d.tar.gz suil-d8df0d21ab8f2d28c8b0e32670594fa079425a1d.tar.bz2 suil-d8df0d21ab8f2d28c8b0e32670594fa079425a1d.zip |
Update documentation stuff.
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@4202 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference.doxygen.in | 2 | ||||
-rw-r--r-- | doc/style.css | 18 |
2 files changed, 18 insertions, 2 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index 6768a25..bbb2aed 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -794,7 +794,7 @@ HTML_FOOTER = # the style sheet file to the HTML output directory, so don't put your own # stylesheet in the HTML output directory as well, or it will be erased! -HTML_STYLESHEET = @SUIL_SRCDIR@/doc/style.css +HTML_STYLESHEET = doc/style.css # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, # files or namespaces will be aligned in HTML using tables. If set to 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; } |