aboutsummaryrefslogtreecommitdiff
path: root/www/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/global.css')
-rw-r--r--www/global.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/global.css b/www/global.css
index 681ae26c..0264e4ef 100644
--- a/www/global.css
+++ b/www/global.css
@@ -13,9 +13,7 @@ body {
body {
line-height: 1.6;
font-family: Cantarell, sans-serif;
- font-size: 1.1em;
-
- color: #222;
+ font-size: 1.1em; color: #222;
}
header {
@@ -35,3 +33,7 @@ a {
a:hover {
color: #008;
}
+
+.date {
+ display: block;
+}