summaryrefslogtreecommitdiffstats
path: root/website
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2012-06-07 15:50:41 +0200
committerDaniel Molkentin <daniel.molkentin@nokia.com>2012-06-07 15:52:40 +0200
commit96df522fbd252893291938be7ccc0f7c21885e9b (patch)
treeb60fbda3ab69a50e850ccd4b83748378dca4a329 /website
parentaeb6b6cd7de1c504294ddd338410a7ef7aaadc02 (diff)
Fix margins and sizes
- make article heading smaller - add marging between article heading and author lines Change-Id: I20c983e681a49a09046f73e29530e68735ea9823 Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
Diffstat (limited to 'website')
-rw-r--r--website/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/website/style.css b/website/style.css
index 1ac2c74..cab0d51 100644
--- a/website/style.css
+++ b/website/style.css
@@ -261,9 +261,13 @@ h2 time span {
font-weight: normal;
}
+footer {
+ padding-top: 12px;
+}
+
header h2 a {
text-decoration: none;
- font-size: 36px;
+ font-size: 32px;
color: #44a51c;
line-height: 1.2em;
}