Browse Source

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

pull/343/head
Achal Varma 11 years ago committed by XhmikosR
parent
commit
6c25665551
  1. 4
      dist/ratchet-theme-android.css
  2. 4
      docs/assets/css/docs.css
  3. 4
      docs/dist/ratchet-theme-android.css

4
dist/ratchet-theme-android.css vendored

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

4
docs/assets/css/docs.css

@ -2048,10 +2048,10 @@ hr {
content: "On";
}
.platform-android .push-left:after {
content: '\e803';
content: '';
}
.platform-android .push-right:after {
content: '\e806';
content: '';
}
.platform-android .icon-caret:before {
content: '\e800';

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

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

Loading…
Cancel
Save