From 8a49b72d9bf7f49c4f04f2ffa842ac76f3178251 Mon Sep 17 00:00:00 2001 From: jordan Date: Mon, 11 Apr 2011 16:25:09 +0000 Subject: [PATCH] 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 --- forum/skins/default/media/style/style.css | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.5