From a28b21f8d01bf2c217861330e907d13453744a43 Mon Sep 17 00:00:00 2001
From: Don Armstrong <don@donarmstrong.com>
Date: Tue, 12 Aug 2014 17:04:15 -0700
Subject: [PATCH] tweak css

---
 local.css | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/local.css b/local.css
index ba20da5..056ce8a 100644
--- a/local.css
+++ b/local.css
@@ -6,9 +6,14 @@ body {
     background-repeat: no-repeat;
     background-size: cover;
     background-attachment: fixed;
-    font-family: "liberation_serifregular",sans-serif;
+    font-family: liberation_serifregular, sans-serif;
 }
 
+h1 { font: 140% liberation_serifbold, sans-serif }
+h2 { font: 100% liberation_serifbold, sans-serif }
+h3, h4, h5, h6 { font: 80% liberation_serifbold, sans-serif }
+
+
 .pagedate {
     visibility: hidden;
 }
@@ -38,8 +43,9 @@ body {
 }
 
 .pageheader {
-    position: absolute;
+/*    position: fixed;
     bottom: 0;
+    right: 0; */
     background-color: rgba(255,255,255,0.5);
 }
     
\ No newline at end of file
-- 
2.39.5