Browse Source

cleanup

pull/245/head
connors 11 years ago
parent
commit
53a4963ed3
  1. 16
      lib/sass/normalize.scss
  2. 0
      lib/sass/theme-ios.scss

16
lib/sass/normalize.scss vendored

@ -2,7 +2,7 @@
// ========================================================================== // ==========================================================================
// HTML5 display definitions // HTML5 display definitions
// ========================================================================== */ // ==========================================================================
// //
// Correct `block` display not defined in IE 8/9. // Correct `block` display not defined in IE 8/9.
@ -55,7 +55,7 @@ template {
// ========================================================================== // ==========================================================================
// Base // Base
// ========================================================================== */ // ==========================================================================
// //
// 1. Set default font family to sans-serif. // 1. Set default font family to sans-serif.
@ -79,7 +79,7 @@ body {
// ========================================================================== // ==========================================================================
// Links // Links
// ========================================================================== */ // ==========================================================================
// //
// Remove the gray background color from active links in IE 10. // Remove the gray background color from active links in IE 10.
@ -108,7 +108,7 @@ a:hover {
// ========================================================================== // ==========================================================================
// Typography // Typography
// ========================================================================== */ // ==========================================================================
// //
// Address variable `h1` font-size and margin within `section` and `article` // Address variable `h1` font-size and margin within `section` and `article`
@ -222,7 +222,7 @@ sub {
// ========================================================================== // ==========================================================================
// Embedded content // Embedded content
// ========================================================================== */ // ==========================================================================
// //
// Remove border when inside `a` element in IE 8/9. // Remove border when inside `a` element in IE 8/9.
@ -242,7 +242,7 @@ svg:not(:root) {
// ========================================================================== // ==========================================================================
// Figures // Figures
// ========================================================================== */ // ==========================================================================
// //
// Address margin not present in IE 8/9 and Safari 5. // Address margin not present in IE 8/9 and Safari 5.
@ -254,7 +254,7 @@ figure {
// ========================================================================== // ==========================================================================
// Forms // Forms
// ========================================================================== */ // ==========================================================================
// //
// Define consistent border, margin, and padding. // Define consistent border, margin, and padding.
@ -394,7 +394,7 @@ textarea {
// ========================================================================== // ==========================================================================
// Tables // Tables
// ========================================================================== */ // ==========================================================================
// //
// Remove most spacing between table cells. // Remove most spacing between table cells.

0
lib/sass/theme-ios → lib/sass/theme-ios.scss

Loading…
Cancel
Save