Skip to content

Commit

Permalink
Add align(); update resets
Browse files Browse the repository at this point in the history
  • Loading branch information
CorySimmons committed Oct 23, 2013
1 parent 2ca69ae commit 0f401ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion css/jeet/reset.styl
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ normalize() // v2.1.3
normalize()

*, *:before, *:after, *::before, *::after
box-sizing border-box
*behavior url(js/vendor/boxsizing.htc)
box-sizing border-box
margin 0
padding 0
html
Expand Down
1 change: 1 addition & 0 deletions css/jeet/utilities.styl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Edit Mode
edit()
*
background #eee
background rgba(#000, 5%) url(../img/edit_mixin.png)

// Horizontal Centering Block Elements
Expand Down

0 comments on commit 0f401ed

Please sign in to comment.