From a45994a47a943c89a44da7815ba310b21f394452 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 27 Feb 2014 07:52:55 +0200 Subject: [PATCH] Fix a couple of CSS issues. * remove duplicate property * fix incompatible property for `background-color` * remove unit from zero --- dist/ratchet-theme-android.css | 2 +- docs/assets/css/docs.css | 5 ++--- docs/dist/ratchet-theme-android.css | 2 +- sass/docs.scss | 3 +-- sass/theme-android.scss | 2 +- 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/dist/ratchet-theme-android.css b/dist/ratchet-theme-android.css index 625dd42..76b1199 100644 --- a/dist/ratchet-theme-android.css +++ b/dist/ratchet-theme-android.css @@ -467,7 +467,7 @@ textarea, } .backdrop { - background-color: none; + background-color: transparent; } .popover .bar { diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index e1eed57..f3c8b26 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -400,7 +400,6 @@ body { } .docs-example-group .example-wrap .example { display: block; - padding: 4px; overflow: hidden; padding: 3px; width: 100%; @@ -791,7 +790,7 @@ hr { } .docs-footer .social .twitter-follow-button { - margin-top: 0px; + margin-top: 0; } .step-title { @@ -1966,7 +1965,7 @@ hr { transform: scale(1); } .platform-android .backdrop { - background-color: none; + background-color: transparent; } .platform-android .popover .bar { border-radius: 0; diff --git a/docs/dist/ratchet-theme-android.css b/docs/dist/ratchet-theme-android.css index 625dd42..76b1199 100644 --- a/docs/dist/ratchet-theme-android.css +++ b/docs/dist/ratchet-theme-android.css @@ -467,7 +467,7 @@ textarea, } .backdrop { - background-color: none; + background-color: transparent; } .popover .bar { diff --git a/sass/docs.scss b/sass/docs.scss index 28a56d7..7a024eb 100644 --- a/sass/docs.scss +++ b/sass/docs.scss @@ -396,7 +396,6 @@ body { } .example { display: block; - padding: 4px; overflow: hidden; padding: 3px; width: 100%; @@ -803,7 +802,7 @@ hr { // Social .docs-footer { .social .twitter-follow-button { - margin-top: 0px; + margin-top: 0; } } diff --git a/sass/theme-android.scss b/sass/theme-android.scss index ac64ad3..3baba9b 100644 --- a/sass/theme-android.scss +++ b/sass/theme-android.scss @@ -623,7 +623,7 @@ textarea, // Remove the popover's backdrop .backdrop { - background-color: none; + background-color: transparent; } // Popovers with bars