Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
fix(macMenu): Removed left padding on menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlee44 committed Oct 24, 2013
1 parent ce73e36 commit dd2c249
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/css/menu.styl
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
opacity 1

ul
list-style none
margin 0px
list-style none
margin 0px
padding-left 0px

.mac-menu-item
display block
Expand Down

0 comments on commit dd2c249

Please sign in to comment.