From: Mischa POSLAWSKY Date: Thu, 9 Dec 2010 01:04:04 +0000 (+0100) Subject: style: mark development version X-Git-Tag: v1.5~101 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/v1.4-5-g387941691e style: mark development version Temporary gradient to identify unstable branch. --- diff --git a/base.css b/base.css index 54c1e1a..206ee8a 100644 --- a/base.css +++ b/base.css @@ -17,6 +17,12 @@ a:active, a:hover { /* common sections */ +h1 { + background-image: -moz-repeating-linear-gradient(top left -75deg, + rgba(255,0,0,.5), rgba(255,0,0,0) 1ex, + rgba(255,0,0,0) 2ex, rgba(255,0,0,.5) 3ex + ); +} h1, h2 { font-size: 200%; margin: 0;