Skip to content

Commit

Permalink
Merge pull request #570 from hannu/fix-styles
Browse files Browse the repository at this point in the history
Fix list styles in overview page, fixes #559
  • Loading branch information
cyberixae committed Apr 10, 2015
2 parents 2df236b + d0c7c97 commit 0655e33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/app/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ body.sg {

.sg {
box-sizing: border-box;
@include reset;
margin: 0;
padding: 0;
border: 0;
}

// Colors and typography
Expand Down Expand Up @@ -1053,6 +1055,7 @@ $mobile: new-breakpoint(max-width 768px);
}

.variable-source {
display: block;
opacity: 0.5;
font-size: 80%;
}
Expand Down

0 comments on commit 0655e33

Please sign in to comment.