From 4805f1f5049e8f1b3afa36a31339693fb6c7df72 Mon Sep 17 00:00:00 2001
From: lionelc <lionelc@lionelc.(none)>
Date: Wed, 21 Oct 2009 17:08:35 +0200
Subject: change history style: normal size fonts, h3 style like dolphin
 categories

---
 data/category.png | Bin 695 -> 334 bytes
 data/home.html    |   9 +++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/data/category.png b/data/category.png
index 52df230d..796875d4 100644
Binary files a/data/category.png and b/data/category.png differ
diff --git a/data/home.html b/data/home.html
index 893f5d76..1d2430a9 100644
--- a/data/home.html
+++ b/data/home.html
@@ -18,7 +18,7 @@ border:0;
 body{
 background: url(%2/tile.gif) repeat-x #fff;
 font-family: sans-serif;
-font-size: 90%;
+font-size: 0.8em;
 text-align: center;
 }
 
@@ -38,11 +38,12 @@ margin-top: 2em;
 }
 
 h3{
-background: url(%2/category.png) no-repeat;
+border-bottom-width: 1px;
+-webkit-border-image: url(%2/category.png) 1 1 1 1  stretch stretch;
 padding: 0.2em;
-margin-top: 1em;
+margin-top: 0.5em;
 margin-bottom: 0.5em;
-padding-left: 0.4em;
+font: normal bold 1em sans-serif;
 }
 
 h4{
-- 
cgit v1.2.1