Bring back nowrap to labels and badges

This commit is contained in:
Andreas Cederström
2012-02-21 08:02:57 +01:00
parent d149a131c1
commit dfd0326186
4 changed files with 4 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
padding: 2px 10px 3px;
font-size: @baseFontSize * .925;
font-weight: bold;
white-space: nowrap;
color: @white;
background-color: @grayLight;
.border-radius(10px);

View File

@@ -6,6 +6,7 @@
padding: 2px 4px 3px;
font-size: @baseFontSize * .85;
font-weight: bold;
white-space: nowrap;
color: @white;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
background-color: @grayLight;