From 291820f9dbb943eb99a8708ca0c5fadc83e7a5d1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 29 Sep 2011 04:19:05 +0000 Subject: Update documentation style git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3511 a436a847-0d15-0410-975c-d299462d15a1 --- doc/style.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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; } -- cgit v1.2.1