Merge pull request #685 from nrpatten/next

resize issue
This commit is contained in:
Sebastian Grewe 2013-10-06 21:59:30 -07:00
commit e6b803b1ce

View File

@ -60,8 +60,9 @@ text-decoration: none;
}
header#header h2.section_title {
text-align: center;
text-align: left;
text-indent: 4.5%;
text-transform: uppercase;
width: 68%;
background: url(../images/header_shadow.png) no-repeat left top;
}
@ -97,8 +98,7 @@ background: #F1F1F4 url(../images/secondary_bar.png) repeat-x;
section#secondary_bar .user {
float: left;
width: 10%;
min-width: 150px;
width: 12%;
height: 38px;
}
@ -192,8 +192,7 @@ margin: 0 5px;
/* Sidebar */
aside#sidebar {
min-width: 150px;
width: 10%;
width: 12%;
background: #E0E0E3 url(../images/sidebar.png) repeat;
float: left;
min-height: 85%;