Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Krister Kari committed Jan 6, 2012
1 parent b49413a commit 1b265cd
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions normalize.scss
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -82,18 +82,19 @@ textarea {
// people.opera.com/patrickl/experiments/keyboard/test // people.opera.com/patrickl/experiments/keyboard/test


a { a {

// 1 // 1


&:focus { &:focus {
outline: thin dotted; outline: thin dotted;
} }


// 2 // 2

&:hover, &:hover,
&:active { &:active {
outline: 0; outline: 0;
} }
} }


// ============================================================================= // =============================================================================
Expand Down Expand Up @@ -211,11 +212,11 @@ dd {
} }


nav { nav {
ul, ul,
ol { ol {
list-style: none; list-style: none;
list-style-image: none; list-style-image: none;
} }
} }


// ============================================================================= // =============================================================================
Expand Down Expand Up @@ -327,8 +328,8 @@ input[type="search"] {
-webkit-box-sizing: content-box; // 2 -webkit-box-sizing: content-box; // 2
box-sizing: content-box; box-sizing: content-box;
&::-webkit-search-decoration { // 3 &::-webkit-search-decoration { // 3
-webkit-appearance: none; -webkit-appearance: none;
} }
} }


// Removes inner padding and border in FF3+ // Removes inner padding and border in FF3+
Expand Down

0 comments on commit 1b265cd

Please sign in to comment.