Browse Source

cleanup

pull/245/head
connors 11 years ago
parent
commit
53a4963ed3
  1. 2
      lib/js/toggles.js
  2. 2
      lib/sass/badges.scss
  3. 2
      lib/sass/chevrons.scss
  4. 2
      lib/sass/forms.scss
  5. 2
      lib/sass/modals.scss
  6. 18
      lib/sass/normalize.scss
  7. 2
      lib/sass/popovers.scss
  8. 2
      lib/sass/ratchicons.scss
  9. 2
      lib/sass/segmented-controllers.scss
  10. 2
      lib/sass/sliders.scss
  11. 2
      lib/sass/table-views.scss
  12. 0
      lib/sass/theme-ios.scss
  13. 2
      lib/sass/toggles.scss

2
lib/js/toggles.js

@ -88,4 +88,4 @@
toggle = false;
});
}();
}();

2
lib/sass/badges.scss

@ -74,4 +74,4 @@
position: absolute;
right: 0;
margin-right: 10px;
}
}

2
lib/sass/chevrons.scss

@ -26,4 +26,4 @@
top: 8px;
@include transform(rotate(-45deg));
}
}
}

2
lib/sass/forms.scss

@ -136,4 +136,4 @@ select {
[class*="bar-"] input[type=search] {
height: 29px;
margin: 2px 0;
}
}

2
lib/sass/modals.scss

@ -21,4 +21,4 @@
@include transform(translate3d(0, 0, 0));
@include transition(-webkit-transform .25s);
}
}
}

18
lib/sass/normalize.scss vendored

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

2
lib/sass/popovers.scss

@ -50,4 +50,4 @@
left: 0;
z-index: 10;
background-color: rgba(0,0,0,.15);
}
}

2
lib/sass/ratchicons.scss

@ -35,4 +35,4 @@
&.icon-sound3:before { content: '\f003'}
&.icon-sound4:before { content: '\f004'}
&.icon-up:before { content: '\f00e'}
}
}

2
lib/sass/segmented-controllers.scss

@ -81,4 +81,4 @@
[class*="bar-"] .segmented-controller + [class*="button"],
[class*="bar-"] [class*="button"] + .segmented-controller {
margin-left: $bar-side-spacing; // Equal to the right and left padding on buttons & icons
}
}

2
lib/sass/sliders.scss

@ -35,4 +35,4 @@
}
}
}
}
}

2
lib/sass/table-views.scss

@ -147,4 +147,4 @@
background-color: #fff;
border-radius: $border-radius;
-webkit-overflow-scrolling: touch;
}
}

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

2
lib/sass/toggles.scss

@ -37,4 +37,4 @@
@include transform(translate3d(17px,0,0));
}
}
}
}

Loading…
Cancel
Save