summaryrefslogtreecommitdiffstats
path: root/website
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2012-06-06 18:09:21 +0200
committerDaniel Molkentin <daniel.molkentin@nokia.com>2012-06-06 18:20:19 +0200
commitbcc5d768dea401b553d493e9a48edebadefe47e1 (patch)
treebaf6caeee0e86818500051188634f822fa81bc29 /website
parenta30cf9bdb09e876c3d305c5e156e893b5b91d0b5 (diff)
Add legalese, fix site family header, adjust sidebar.
Change-Id: I4d2f5d639f0e77dd571b3434ed7a7a46e7bd159e Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
Diffstat (limited to 'website')
-rw-r--r--website/style.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/website/style.css b/website/style.css
index d8b11b0..f5e1644 100644
--- a/website/style.css
+++ b/website/style.css
@@ -257,12 +257,21 @@ article time span {
}
header h2 a {
- text-decoration: none;
+ text-decoration: none;
font-size: 36px;
color: #44a51c;
line-height: 1.2em;
}
+.copyright-wrapper {
+ font-size: 10px;
+ color: #555;
+ text-align: center;
+ margin-top: 20px;
+ padding: 5px;
+ line-height: 1.5;
+}
+
@media handheld, only screen and (max-width: 600px) {