Index: lams_central/web/css/defaultMainHTML.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultMainHTML.css,v
diff -u -r1.3 -r1.4
--- lams_central/web/css/defaultMainHTML.css 28 Jan 2009 00:11:02 -0000 1.3
+++ lams_central/web/css/defaultMainHTML.css 28 Jan 2009 01:04:01 -0000 1.4
@@ -138,6 +138,7 @@
#header { /*layout of the header */
width: 90%;
min-width:707px;
+ max-width:1024px;
margin-left:auto;
margin-right:auto;
margin-bottom:5px;
@@ -149,6 +150,7 @@
margin-left:auto;
margin-right:auto;
min-width:707px;
+ max-width:1024px;
height:40px;
background:url('../images/css/top_bg.jpg') no-repeat bottom;
}
@@ -303,6 +305,7 @@
height:100%;
padding-bottom:-5px;
min-width:707px;
+ max-width:1024px;
}
/*layout of Links within the content area */
@@ -644,6 +647,7 @@
#page-mycourses #footer { /*layout of the footer - the bottom of the box */
width: 90%;
min-width:707px;
+ max-width:1024px;
margin-left:auto;
margin-right:auto;
}
@@ -660,6 +664,7 @@
#header-my-courses { /*layout of the header */
width:90%;
min-width:707px;
+ max-width:1024px;
margin-left:auto;
margin-right:auto;
margin-bottom:5px;
@@ -941,6 +946,7 @@
* html #header { /*layout of the header */
width:90%;
min-width:707px;
+ max-width:1024px;
margin-left:auto;
margin-right:auto;
margin-bottom:5px;
@@ -949,6 +955,7 @@
* html #header-my-courses { /*layout of the header */
width:90%;
min-width:707px;
+ max-width:1024px;
margin-left:auto;
margin-right:auto;
margin-bottom:5px;
@@ -1028,6 +1035,7 @@
height:100%;
padding-bottom:-5px;
min-width:707px;
+ max-width:1024px;
position:relative;
z-index:1;
}