summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-08 00:50:57 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-08 00:50:57 +0200
commit3b8dc6b9595a3e2abfbc2d031c09635f28677c56 (patch)
treecab625d5a6a6259005e4752598e39a502cc25269 /static
parentc655f9f76944de41d9f138e2cd61450da9adce49 (diff)
downloadweb-3b8dc6b9595a3e2abfbc2d031c09635f28677c56.tar.gz
web-3b8dc6b9595a3e2abfbc2d031c09635f28677c56.tar.bz2
web-3b8dc6b9595a3e2abfbc2d031c09635f28677c56.zip
Added changelog
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/static/css/style.css b/static/css/style.css
index caa829d..26973a7 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -31,12 +31,16 @@ h2 {
font-size: 23px;
}
+h3 {
+ font-size: 18px;
+}
+
p, ul, ol {
text-align: justify;
line-height: 20px;
}
-p + h2,h3,h4 {
+p + h2, p + h3 {
margin-top: 1.5em;
}
@@ -192,7 +196,7 @@ img.right {
padding-bottom: 5px;
}
-.content h2,h3,h4 {
+.content h2, .content h3 {
margin-bottom: 0.5em;
}
@@ -210,7 +214,7 @@ img.right {
margin: 0.5em 0.5em 2em 0.5em;
}
-.box h2 {
+.box h2, .box h3 {
margin-bottom: 15px;
font-size: 16px;
color: #FFFFFF;