Skip to content

Commit dfba480

Browse files
committed
Update layout.css
Resize fix: test 1
1 parent 1dfb7e9 commit dfba480

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

public/site_assets/test/css/layout.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ background: #F1F1F4 url(../images/secondary_bar.png) repeat-x;
9797

9898
section#secondary_bar .user {
9999
float: left;
100-
width: 10%;
100+
width: 12%;
101101
min-width: 150px;
102102
height: 38px;
103103
}
@@ -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%;
@@ -321,7 +320,7 @@ background: url("../images/sidebar_shadow.png") repeat-y scroll left top transpa
321320
float: left;
322321
margin-top: -2px;
323322
min-height: 85%;
324-
width: 88%;
323+
width: 87%;
325324
}
326325

327326
#main h3 {

0 commit comments

Comments
 (0)