# HG changeset patch # User bsw # Date 1340728047 -7200 # Node ID ccd85e7d7ac2d2c90d3159c065559fbfa5b8476a # Parent c5693484e0076da8bd4592d74f0b15ce31eb6b1e Optical improvements diff -r c5693484e007 -r ccd85e7d7ac2 static/style.css --- a/static/style.css Tue Jun 26 18:27:10 2012 +0200 +++ b/static/style.css Tue Jun 26 18:27:27 2012 +0200 @@ -418,12 +418,12 @@ .unit_head { background-color: #44a; - background: -webkit-linear-gradient(top, #67d, #23a); - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #67d), color-stop(100%,#23a)); - background: -moz-linear-gradient(#67d, #23a); - background: -ms-linear-gradient(#67d, #23a); - background: -o-linear-gradient(#67d, #23a); - background: linear-gradient(#67d, #23a); + background: -webkit-linear-gradient(top, #56f, #237); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #56f), color-stop(100%,#237)); + background: -moz-linear-gradient(#56f, #237); + background: -ms-linear-gradient(#56f, #237); + background: -o-linear-gradient(#56f, #237); + background: linear-gradient(#56f, #237); color: #fff; }