summaryrefslogtreecommitdiff
path: root/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-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 */