From 387941691e17310601dc3ed13da66001116f854e Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 9 Dec 2010 02:04:04 +0100 Subject: [PATCH] style: mark development version Temporary gradient to identify unstable branch. --- base.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; -- 2.30.0