diff --git a/dist/ratchet.css b/dist/ratchet.css index c694f73..ca7fd80 100644 --- a/dist/ratchet.css +++ b/dist/ratchet.css @@ -126,11 +126,11 @@ a { bottom: 0; left: 0; overflow: auto; - background: #fff; + background-color: #fff; -webkit-transition-property: top, bottom; transition-property: top, bottom; - -webkit-transition-duration: .2s, .2s; - transition-duration: .2s, .2s; + -webkit-transition-duration: .2s, .2s; + transition-duration: .2s, .2s; -webkit-transition-timing-function: linear, linear; transition-timing-function: linear, linear; -webkit-overflow-scrolling: touch; @@ -637,7 +637,7 @@ input[type="color"], height: 40px; padding: 10px; margin-bottom: 10px; - background: #fff; + background-color: #fff; border: 1px solid rgba(0, 0, 0, .2); border-radius: 3px; box-shadow: 0 1px 1px rgba(255, 255, 255, .2), inset 0 1px 1px rgba(0, 0, 0, .1); diff --git a/docs/css/docs.css b/docs/css/docs.css index 75fe7d4..fbf2ca2 100644 --- a/docs/css/docs.css +++ b/docs/css/docs.css @@ -7,7 +7,7 @@ body { font-size: 14px; line-height: 1.6; color: #333; - background: #fff; + background-color: #fff; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%; } @@ -16,14 +16,6 @@ body { /* Typography -------------------------------------------------- */ -em { - font-style: italic; -} - -strong { - font-weight: bold; -} - hr { height: 0; margin: 10px 0 30px; @@ -44,6 +36,7 @@ h6 { /* Docs structural styles -------------------------------------------------- */ + .docs-outer-wrapper { position: relative; } @@ -359,7 +352,7 @@ h6 { .iphone .list a[data-transition="slide-out"] { padding: 0; display: inline; - margin: 0; + margin: 0; color: #0882f0; } @@ -1074,7 +1067,7 @@ h6 { [class*="bar-"] { -moz-box-sizing: border-box; } -.bar-title, +.bar-title, .tab-inner { display: -moz-box; -moz-box-orient: horizontal; diff --git a/lib/css/base.css b/lib/css/base.css index 6df61a4..7d2f817 100644 --- a/lib/css/base.css +++ b/lib/css/base.css @@ -118,11 +118,11 @@ a { bottom: 0; left: 0; overflow: auto; - background: #fff; + background-color: #fff; -webkit-transition-property: top, bottom; transition-property: top, bottom; - -webkit-transition-duration: .2s, .2s; - transition-duration: .2s, .2s; + -webkit-transition-duration: .2s, .2s; + transition-duration: .2s, .2s; -webkit-transition-timing-function: linear, linear; transition-timing-function: linear, linear; -webkit-overflow-scrolling: touch; diff --git a/lib/css/forms.css b/lib/css/forms.css index 898a748..e2bf4e8 100644 --- a/lib/css/forms.css +++ b/lib/css/forms.css @@ -32,7 +32,7 @@ input[type="color"], height: 40px; padding: 10px; margin-bottom: 10px; - background: #fff; + background-color: #fff; border: 1px solid rgba(0, 0, 0, .2); border-radius: 3px; box-shadow: 0 1px 1px rgba(255, 255, 255, .2), inset 0 1px 1px rgba(0, 0, 0, .1);