Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Blip. Atomic blip.
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Mar 4, 2015
1 parent c99ae64 commit c69bfe7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
8 changes: 1 addition & 7 deletions scss/elements/elements.scss
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
}

body {
color: $black;
font: normal 16px/21px $Ideal;
text-rendering: optimizeLegibility;
}
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
}
a {
color: $green;
text-decoration: none;
Expand Down Expand Up @@ -105,6 +102,3 @@ table.simple {
padding-right: 42px;
}
}
.mono {
font: normal 12px/16px $Mono;
}
3 changes: 3 additions & 0 deletions scss/utils.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@
top: -99999px;
left: -99999px;
}
.mono {
font: normal 12px/16px $Mono;
}

0 comments on commit c69bfe7

Please sign in to comment.