Browse Source

Ran grunt for the CSS changes to take effect in all dirs.

pull/323/head
Achal Varma 11 years ago
parent
commit
45c8b0c717
  1. 4
      dist/ratchet-theme-android.css
  2. 12
      dist/ratchet.min.css
  3. 2
      dist/ratchet.min.js
  4. 14
      docs/assets/css/docs.css
  5. 4
      docs/dist/ratchet-theme-android.css
  6. 12
      docs/dist/ratchet.min.css
  7. 2
      docs/dist/ratchet.min.js

4
dist/ratchet-theme-android.css vendored

@ -526,11 +526,11 @@ textarea,
} }
.push-left:after { .push-left:after {
content: '\e803'; content: '';
} }
.push-right:after { .push-right:after {
content: '\e806'; content: '';
} }
.icon-caret:before { .icon-caret:before {

12
dist/ratchet.min.css vendored

File diff suppressed because one or more lines are too long

2
dist/ratchet.min.js vendored

@ -1,4 +1,4 @@
/* /*!
* ===================================================== * =====================================================
* Ratchet v2.0.0 * Ratchet v2.0.0
* Copyright 2014 Connor Sears * Copyright 2014 Connor Sears

14
docs/assets/css/docs.css

@ -76,13 +76,6 @@ body {
transform: translateX(-50%); transform: translateX(-50%);
} }
.version {
margin-top: 15px;
text-align: center;
margin-bottom: 0;
color: #777;
}
.docs-nav .docs-nav-trigger { .docs-nav .docs-nav-trigger {
color: #fff; color: #fff;
cursor: pointer; cursor: pointer;
@ -156,9 +149,6 @@ body {
-moz-transition: all 0.2s linear; -moz-transition: all 0.2s linear;
transition: all 0.2s linear; transition: all 0.2s linear;
} }
.docs-header-content .version {
color: #b983a6;
}
.docs-header-content .btn:hover { .docs-header-content .btn:hover {
background-color: #fff; background-color: #fff;
-webkit-box-shadow: 0 0 50px rgba(255, 255, 255, 0.3); -webkit-box-shadow: 0 0 50px rgba(255, 255, 255, 0.3);
@ -2026,10 +2016,10 @@ hr {
content: "On"; content: "On";
} }
.platform-android .push-left:after { .platform-android .push-left:after {
content: '\e803'; content: '';
} }
.platform-android .push-right:after { .platform-android .push-right:after {
content: '\e806'; content: '';
} }
.platform-android .icon-caret:before { .platform-android .icon-caret:before {
content: '\e800'; content: '\e800';

4
docs/dist/ratchet-theme-android.css vendored

@ -526,11 +526,11 @@ textarea,
} }
.push-left:after { .push-left:after {
content: '\e803'; content: '';
} }
.push-right:after { .push-right:after {
content: '\e806'; content: '';
} }
.icon-caret:before { .icon-caret:before {

12
docs/dist/ratchet.min.css vendored

File diff suppressed because one or more lines are too long

2
docs/dist/ratchet.min.js vendored

@ -1,4 +1,4 @@
/* /*!
* ===================================================== * =====================================================
* Ratchet v2.0.0 * Ratchet v2.0.0
* Copyright 2014 Connor Sears * Copyright 2014 Connor Sears

Loading…
Cancel
Save