Skip to content

Commit

Permalink
fix [hr] tags, thanks @G33kDude
Browse files Browse the repository at this point in the history
  • Loading branch information
joedf committed Jun 27, 2018
1 parent 763b960 commit 1229946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style/theme/_common.scss
Expand Up @@ -131,8 +131,8 @@ img {
}

hr {
border: 0 solid transparent;
border-top-width: 1px;
border: 0;
border-top: 1px solid transparent;
height: 1px;
margin: 5px 0;
display: block;
Expand Down

0 comments on commit 1229946

Please sign in to comment.