aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-04 22:06:02 +0000
committerDavid Robillard <d@drobilla.net>2011-11-04 22:06:02 +0000
commitdd969d2b3a7aa271a0e5a3bce9e55f691d97fa0e (patch)
tree57705a2564dd71a650dc95729dec9092b8f684c4 /doc
parentfce23180919831fb463fc3f6877940d7fd4437cd (diff)
downloadlv2-dd969d2b3a7aa271a0e5a3bce9e55f691d97fa0e.tar.xz
Add subtitle using doap:shortdesc.
Diffstat (limited to 'doc')
-rw-r--r--doc/style.css19
1 files changed, 7 insertions, 12 deletions
diff --git a/doc/style.css b/doc/style.css
index 6d6e090..230353c 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -51,16 +51,7 @@ h6 {
font-size: 100%;
font-weight: 450;
}
-#logoheader {
- background-color: #F3F3F3;
- border: 0;
- border-bottom: 1px solid #DDD;
- height: 84px;
- margin: 0;
- padding: 1px;
- z-index: 1;
-}
-#titleheader {
+#header {
background-color: #F3F3F3;
border: 0;
border-bottom: 1px solid #DDD;
@@ -70,9 +61,12 @@ h6 {
#title {
font-size: 200%;
font-weight: 700;
- margin: .25ex 0 .5ex 0;
+ margin: .25ex 0 .25ex 0;
padding: 0;
}
+#subtitle {
+ margin: 0 auto 2ex 0.5ex;
+}
#logo {
height: 63px;
margin-left: 1em;
@@ -480,7 +474,8 @@ td, th {
padding: 0.3ex 1em 0.3ex 1em;
}
#meta {
- margin-left: 0.5ex;
+ margin: 1ex 0 0 0.5ex;
+ font-size: small;
}
#meta tr td, #meta tr th {
padding-left: 0;