Skip to content

Commit

Permalink
fixed ie7 inline-block bug, removed unnecessary crap
Browse files Browse the repository at this point in the history
  • Loading branch information
wilddeer committed Nov 9, 2013
1 parent 5281f65 commit 93369f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions peppermint.suggested.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-moz-tap-highlight-color: transparent;
-webkit-tap-highlight-color: transparent;
tap-highlight-color: transparent;
/* ie7 fallback */
*display: inline;
zoom: 1;
}

.peppermint.active > ul.dots > li > span {
Expand Down

0 comments on commit 93369f5

Please sign in to comment.