Skip to content

Commit

Permalink
Fix extra semi-colon in sass
Browse files Browse the repository at this point in the history
Related to TryGhost#1033 but needs TryGhost/Casper#32 to close

- Remove extra semi-colon
  • Loading branch information
jgable committed Oct 14, 2013
1 parent bb3b153 commit c153a3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/client/assets/sass/modules/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ blockquote {

small {
display: inline-block;
margin: 0.8em 0 0.8em 1.5em;;
margin: 0.8em 0 0.8em 1.5em;
font-size:0.9em;
color: $brown;

Expand Down Expand Up @@ -347,7 +347,6 @@ table {
background: transparent;
}
}

}

// General Navigation
Expand Down

0 comments on commit c153a3c

Please sign in to comment.