From 228a95a4c642fcba201dd2fe450fdbcdd068a5d1 Mon Sep 17 00:00:00 2001 From: hernani Date: Tue, 6 Jul 2010 21:23:37 +0000 Subject: [PATCH] Adds fixed width to head and footer. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@491 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/skins/default/media/style/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/forum/skins/default/media/style/style.css b/forum/skins/default/media/style/style.css index 6cbca13..99edef0 100644 --- a/forum/skins/default/media/style/style.css +++ b/forum/skins/default/media/style/style.css @@ -144,12 +144,14 @@ blockquote { margin: auto; padding: 0; width: 990px; + background-color: #FFF; } #roof { background: none repeat scroll 0 0 #FFFFFF; margin-top: 0; position: relative; + width: 990px; } #room { @@ -181,7 +183,7 @@ blockquote { padding-bottom: 0; padding-top: 6px; text-align: center; - width: 100%; + width: 990px; } #top { -- 2.39.5