style: mark development version
authorMischa POSLAWSKY <perl@shiar.org>
Thu, 9 Dec 2010 01:04:04 +0000 (02:04 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Fri, 17 Dec 2010 20:24:33 +0000 (21:24 +0100)
Temporary gradient to identify unstable branch.

base.css

index 54c1e1a2dd9b65b3e36a627d77f682ec57d69e80..206ee8a242159464efc71756f7e3a9078f1797e7 100644 (file)
--- a/base.css
+++ b/base.css
@@ -17,6 +17,12 @@ a:active, a:hover {
 
 /* common sections */
 
 
 /* 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;
 h1, h2 {
        font-size: 200%;
        margin: 0;