# HG changeset patch # User bsw # Date 1340727073 -7200 # Node ID f9a9915ad1cdf2df447d4ff27c27702496175609 # Parent e09b70916e6a8c094c55a4a8638d7b083a7ec062 Optical improvements diff -r e09b70916e6a -r f9a9915ad1cd static/style.css --- a/static/style.css Tue Jun 26 18:10:24 2012 +0200 +++ b/static/style.css Tue Jun 26 18:11:13 2012 +0200 @@ -944,12 +944,12 @@ display: inline; padding: 10px; background-color: #444; - background: -webkit-linear-gradient(top, #666, #222); + background: -webkit-linear-gradient(top, #888, #222); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888), color-stop(100%,#222)); - background: -moz-linear-gradient(#666, #222); - background: -ms-linear-gradient(#666, #222); - background: -o-linear-gradient(#666, #222); - background: linear-gradient(#666, #222); + background: -moz-linear-gradient(#888, #222); + background: -ms-linear-gradient(#888, #222); + background: -o-linear-gradient(#888, #222); + background: linear-gradient(#888, #222); color: #fff; font-style: italic; border-radius: 8px 0 0 8px; }