aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-07-28 21:14:40 +0000
committerDavid Robillard <d@drobilla.net>2014-07-28 21:14:40 +0000
commit91bd0c769fef6c62aa065f3ef22c3cb7d890c597 (patch)
tree1c210c8bb40e281374dedad5a01dfc0345dc3412 /doc
parentee09f19b84b623c787d6b74041ee6d269c354ae0 (diff)
downloadlv2-91bd0c769fef6c62aa065f3ef22c3cb7d890c597.tar.xz
Add description, date, and change log to documentation index.
Diffstat (limited to 'doc')
-rw-r--r--doc/style.css26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/style.css b/doc/style.css
index f5f37d5..a6cc11e 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -33,28 +33,28 @@ h1 {
}
h2 {
font-size: 140%;
- font-weight: 650;
+ font-weight: 700;
}
h3 {
font-size: 130%;
- font-weight: 600;
+ font-weight: 700;
}
h4 {
font-size: 120%;
- font-weight: 550;
+ font-weight: 700;
}
h5 {
font-size: 110%;
- font-weight: 500;
+ font-weight: 700;
}
h6 {
font-size: 100%;
- font-weight: 450;
+ font-weight: 700;
}
#header {
background-color: #F0F0F0;
border: 0;
- border-bottom: 1px solid #E8E8E8;
+ border-bottom: 1px solid #D8D8D8;
margin: 0;
padding: 1ex;
vertical-align: top;
@@ -91,16 +91,16 @@ h6 {
#title {
font-size: 200%;
font-weight: 700;
- margin: 0 0 .25ex 0;
- padding: 0;
+ margin: 0 0 0.25ex 0;
+ padding: 0 0 0 0;
}
#subtitle {
- font-size: x-small;
- margin-bottom: 1em;
+ font-size: small;
}
#shortdesc {
font-size: small;
font-style: italic;
+ margin-top: 1em;
}
#logo {
height: 63px;
@@ -405,9 +405,9 @@ ul, ol {
#contents {
background-color: #F3F3F3;
border: 0;
- border-bottom: 1px solid #EAEAEA;
- padding: 0.25ex 0 0 0.5ex;
- vertical-align: top;
+ border-bottom: 1px solid #D8D8D8;
+ padding: 0.25ex 0 0.25ex 1ex;
+ vertical-align: middle;
font-size: small;
}
#contents li {