Index: lams_central/web/css/defaultMainHTML.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultMainHTML.css,v
diff -u -r1.1 -r1.2
--- lams_central/web/css/defaultMainHTML.css 23 Jan 2009 06:02:40 -0000 1.1
+++ lams_central/web/css/defaultMainHTML.css 26 Jan 2009 23:05:43 -0000 1.2
@@ -145,7 +145,13 @@
}
#header-no-tabs { /*layout of the header when no-tabs are required. Big enough to line up with LAMS icon - don't use for learner (see header-no-tabs-learner) */
-width:100%; height:40px; background:url('../images/css/top_bg.jpg') no-repeat bottom; }
+ width:90%;
+ margin-left:auto;
+ margin-right:auto;
+ min-width:707px;
+ height:40px;
+ background:url('../images/css/top_bg.jpg') no-repeat bottom;
+}