Skip to content

Commit 7a074f8

Browse files
committed
Update layout.css
Resize fix: Test 1 and h2.section_title back to left it is hidden when not logged in and text-transform: uppercase; looks better in the title for some page links.
1 parent dfba480 commit 7a074f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/site_assets/test/css/layout.css

Lines changed: 3 additions & 3 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
}
@@ -98,7 +99,6 @@ background: #F1F1F4 url(../images/secondary_bar.png) repeat-x;
9899
section#secondary_bar .user {
99100
float: left;
100101
width: 12%;
101-
min-width: 150px;
102102
height: 38px;
103103
}
104104

@@ -320,7 +320,7 @@ background: url("../images/sidebar_shadow.png") repeat-y scroll left top transpa
320320
float: left;
321321
margin-top: -2px;
322322
min-height: 85%;
323-
width: 87%;
323+
width: 88%;
324324
}
325325

326326
#main h3 {

0 commit comments

Comments
 (0)