Skip to content

Commit e6b803b

Browse files
committed
Merge pull request #685 from nrpatten/next
resize issue
2 parents 1dfb7e9 + 7a074f8 commit e6b803b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

public/site_assets/test/css/layout.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ text-decoration: none;
6060
}
6161

6262
header#header h2.section_title {
63-
text-align: center;
63+
text-align: left;
6464
text-indent: 4.5%;
65+
text-transform: uppercase;
6566
width: 68%;
6667
background: url(../images/header_shadow.png) no-repeat left top;
6768
}
@@ -97,8 +98,7 @@ background: #F1F1F4 url(../images/secondary_bar.png) repeat-x;
9798

9899
section#secondary_bar .user {
99100
float: left;
100-
width: 10%;
101-
min-width: 150px;
101+
width: 12%;
102102
height: 38px;
103103
}
104104

@@ -192,8 +192,7 @@ margin: 0 5px;
192192
/* Sidebar */
193193

194194
aside#sidebar {
195-
min-width: 150px;
196-
width: 10%;
195+
width: 12%;
197196
background: #E0E0E3 url(../images/sidebar.png) repeat;
198197
float: left;
199198
min-height: 85%;

0 commit comments

Comments
 (0)