From: jordan Date: Mon, 11 Apr 2011 16:25:09 +0000 (+0000) Subject: OSQA-203, the white background color of the top menu has been removed, as it is compl... X-Git-Tag: live~345 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/8a49b72d9bf7f49c4f04f2ffa842ac76f3178251 OSQA-203, the white background color of the top menu has been removed, as it is completely unneeded. It can only cause issues, like this one. Also it irritates when the user decides to change the body background color, the top menu stays white then. That's why we just remove it. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@968 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/skins/default/media/style/style.css b/forum/skins/default/media/style/style.css index d90a974..4c413aa 100644 --- a/forum/skins/default/media/style/style.css +++ b/forum/skins/default/media/style/style.css @@ -199,7 +199,6 @@ blockquote blockquote { #top { float: right; - background-color: #FFFFFF; padding: 3px; text-align: right; width: 500px;