# HG changeset patch # User Christophe Lincoln # Date 1330426791 -3600 # Node ID 3398302669f491d65e0956661004e4958d0b84f9 # Parent 2934365ed3bd5c8cecf9e3b213ab63fb51b675f2 style: Small color change diff -r 2934365ed3bd -r 3398302669f4 styles/default/style.css --- a/styles/default/style.css Tue Feb 28 11:58:53 2012 +0100 +++ b/styles/default/style.css Tue Feb 28 11:59:51 2012 +0100 @@ -287,11 +287,11 @@ padding:0; } ul.dropdownmenu li.current { - background:#f1f1f1; + background:#f1efeb; } ul.dropdownmenu li:hover { - background:#f1f1f1; + background:#f1efeb; } @@ -355,5 +355,5 @@ /* drop down menu hover styles */ ul.dropdownmenu li:hover ul * { - background:#f1f1f1; + background: #f1efeb; }