# HG changeset patch # User bsw # Date 1330441371 -3600 # Node ID 0306d1b1468541525cc41670b0d48b490f72c8a7 # Parent 8ed77fae6d7715067cb0d4478548569be1b0e2ad Fixed wrong style attribute diff -r 8ed77fae6d77 -r 0306d1b14685 static/style.css --- a/static/style.css Tue Feb 28 15:59:30 2012 +0100 +++ b/static/style.css Tue Feb 28 16:02:51 2012 +0100 @@ -113,7 +113,7 @@ .topbar { background-color: #333; - background: -webkit-gradient(linear, left top, left bottom, + background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888), color-stop(25%,#333) ); color: #fff;