Skip to content

Commit

Permalink
change ".75" to "0.75" so it is valid syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
chopan committed Nov 25, 2011
1 parent 628a8f6 commit ae4e7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/assets/stylesheets/bootstrap/patterns.css.scss
Expand Up @@ -950,7 +950,7 @@ button.btn, input[type=submit].btn {

.label {
padding: 1px 3px 2px;
font-size: $basefont * .75;
font-size: $basefont * 0.75;
font-weight: bold;
color: $white;
text-transform: uppercase;
Expand Down

0 comments on commit ae4e7e8

Please sign in to comment.