wider main column

This commit is contained in:
Frederic Peters 2009-05-27 16:14:49 +02:00
parent bf98ef74b8
commit e9848209b2
1 changed files with 6 additions and 6 deletions

View File

@ -228,7 +228,7 @@ textarea:focus {
/* @group Column One */
#portal-column-one {
width: 150px;
width: 130px;
padding: 0;
float: left;
}
@ -237,7 +237,7 @@ div#portal-gray-zone {
background: #ccc;
border: 2px ridge #555;
border-width: 2px 0 0 2px;
width: 637px;
width: 657px;
position: relative;
margin-left: 1px;
float: left;
@ -345,7 +345,7 @@ div.managePortletsLink a:hover {
#portal-column-one dl,.narrow #portal-column-two dl {
font-size: 12px;
color: #666;
width: 140px;
width: 120px;
float: left;
}
@ -1062,7 +1062,7 @@ ul#portal-globalnav {
background: #ddd;
padding: 3px 10px;
float: right;
width: 630px;
width: 650px;
text-align: right;
}
@ -1352,7 +1352,7 @@ h1.documentFirstHeading {
div#portal-welcome {
background: white;
border: 1px solid #b20004;
width: 455px;
width: 475px;
padding: 10px;
margin-bottom: 5px;
}
@ -1385,7 +1385,7 @@ h3 a:hover {
#portal-column-content {
background-color: white;
width: 455px;
width: 475px;
padding: 10px 10px 40px 10px;
border: 1px solid #d9ad00;
}