Skip to content

Commit

Permalink
Add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdisley committed May 17, 2013
1 parent cb5d3aa commit 372ffe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/less/global.less
Expand Up @@ -20,7 +20,7 @@ hr {
border: 0;
border-top: 1px solid #ccc;
display: block;
height: 1px
height: 1px;
margin: 1em 0;
padding: 0;
}
Expand Down

0 comments on commit 372ffe4

Please sign in to comment.