Skip to content

Commit 9ebbb27

Browse files
committedNov 3, 2011
Fixes scala#7, follows Debilski's suggestion to update stylesheets to prevent ugly line-wrapping on labels.
1 parent e33c1eb commit 9ebbb27

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎_includes/index-header.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
font-size: 26px;
223223
line-height: 36px;
224224
text-shadow: 0 1px 2px rgba(0,0,0,.5);
225-
margin: 0 0 0 150px;
225+
margin: 0 0 0 135px;
226226
}
227227

228228
.box ul li a {

‎resources/stylesheets/base.css

+4
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,8 @@
8585
border-top:1px solid #808080;
8686
clear: both;
8787
padding: 10px 0 20px;
88+
}
89+
90+
.label {
91+
white-space: nowrap;
8892
}

0 commit comments

Comments
 (0)
Please sign in to comment.