summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-07 03:08:54 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-07 03:08:54 +0200
commitf8d86726986b69e7c190de94dba085b081e00e6d (patch)
tree663ab76639302154fbf607b07e27be899789fc3e /static
parent4476b579319048acb8ce32ffbc3cc31c9ec26568 (diff)
downloadweb-f8d86726986b69e7c190de94dba085b081e00e6d.tar.gz
web-f8d86726986b69e7c190de94dba085b081e00e6d.tar.bz2
web-f8d86726986b69e7c190de94dba085b081e00e6d.zip
Enhanced design
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 614f473..45cf21e 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -32,9 +32,8 @@ h2 {
}
p, ul, ol {
- margin: 0 0 2em 0;
text-align: justify;
- line-height: 26px;
+ line-height: 20px;
}
a:link {
@@ -167,6 +166,10 @@ img.right {
#logo p a:hover { text-decoration: underline; }
+.hstart {
+ font: 18px Georgia, "Times New Roman", Times, serif;
+ color: #8BD80E;
+}
/* Page */
@@ -226,8 +229,8 @@ img.right {
overflow: auto;
}
-p + .box, ul {
- margin-top: -1.5em;
+p + h2,h3,h4 {
+ margin-top: 1.5em;
}
/* Footer */