Skip to content

Commit

Permalink
Merge pull request #552 from abejfehr/patch-1
Browse files Browse the repository at this point in the history
Remove double semicolon from CSS rule
  • Loading branch information
gotwarlost committed Apr 5, 2016
2 parents 369ed49 + 8a05237 commit a556a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/assets/base.css
Expand Up @@ -7,7 +7,7 @@ body {
font-size: 14px;
color:#333;
}
.small { font-size: 12px;; }
.small { font-size: 12px; }
*, *:after, *:before {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
Expand Down

0 comments on commit a556a5e

Please sign in to comment.