diff --git a/dist/ratchet.css b/dist/ratchet.css index 2d5860c..0b4411d 100644 --- a/dist/ratchet.css +++ b/dist/ratchet.css @@ -158,7 +158,8 @@ a { } .bar-header-secondary ~ .content { top: 88px; -}/* General bar styles +} +/* General bar styles -------------------------------------------------- */ [class*="bar-"] { @@ -489,7 +490,8 @@ a { .bar-standard input[type=search] { height: 32px; margin: 0; -}/* Lists +} +/* Lists -------------------------------------------------- */ /* Remove usual bullet styles from list */ @@ -603,7 +605,8 @@ a { .list .toggle { margin-top: -15px; /* Half height of toggle */ -}/* Forms +} +/* Forms -------------------------------------------------- */ /* Force form elements to inherit font styles */ @@ -723,7 +726,8 @@ select { padding-left: 0; margin-bottom: 0; border-bottom: 0; -}/* General button styles +} +/* General button styles -------------------------------------------------- */ [class*="button"] { @@ -843,7 +847,8 @@ select { padding-top: 4px; padding-bottom: 4px; margin-right: 10px; -}/* Chevrons +} +/* Chevrons -------------------------------------------------- */ .chevron { @@ -872,7 +877,8 @@ select { top: 7px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -}/* General count styles +} +/* General count styles -------------------------------------------------- */ [class*="count"] { @@ -916,7 +922,8 @@ select { background-color: #e71e1e; background-image: -webkit-linear-gradient(top, #e71e1e 0,#c71a1a 100%); background-image: linear-gradient(to bottom, #e71e1e 0, #c71a1a 100%); -}/* Segmented controllers +} +/* Segmented controllers -------------------------------------------------- */ .segmented-controller { @@ -977,7 +984,8 @@ select { .segmented-controller-item.active { display: block; -}/* Popovers (to be used with popovers.js) +} +/* Popovers (to be used with popovers.js) -------------------------------------------------- */ .popover { @@ -1129,7 +1137,8 @@ select { border: 1px solid #000; border-radius: 3px; -webkit-overflow-scrolling: touch; -}/* Modals +} +/* Modals -------------------------------------------------- */ .modal { position: fixed; @@ -1155,7 +1164,8 @@ select { transition: transform .25 ease-in-out; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -}/* Slider styles (to be used with sliders.js) +} +/* Slider styles (to be used with sliders.js) -------------------------------------------------- */ /* Width/height of slider */ @@ -1191,7 +1201,8 @@ select { /* Required reset of font-size to same as standard body */ .slider > ul > li > * { font-size: 14px; -}/* Toggle styles (to be used with toggles.js) +} +/* Toggle styles (to be used with toggles.js) -------------------------------------------------- */ .toggle { @@ -1256,7 +1267,8 @@ select { color: #fff; text-shadow: 0 -1px rgba(0, 0, 0, 0.25); content: "On"; -}/* Push styles (to be used with push.js) +} +/* Push styles (to be used with push.js) -------------------------------------------------- */ /* Fade animation */ @@ -1284,4 +1296,4 @@ select { .content.slide.right { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); -} \ No newline at end of file +} diff --git a/lib/css/bars.css b/lib/css/bars.css index 283a16f..3ccbd31 100644 --- a/lib/css/bars.css +++ b/lib/css/bars.css @@ -329,4 +329,4 @@ .bar-standard input[type=search] { height: 32px; margin: 0; -} \ No newline at end of file +} diff --git a/lib/css/base.css b/lib/css/base.css index 7d2f817..43ed84e 100644 --- a/lib/css/base.css +++ b/lib/css/base.css @@ -150,4 +150,4 @@ a { } .bar-header-secondary ~ .content { top: 88px; -} \ No newline at end of file +} diff --git a/lib/css/buttons.css b/lib/css/buttons.css index 153f559..6831bf6 100644 --- a/lib/css/buttons.css +++ b/lib/css/buttons.css @@ -118,4 +118,4 @@ padding-top: 4px; padding-bottom: 4px; margin-right: 10px; -} \ No newline at end of file +} diff --git a/lib/css/chevrons.css b/lib/css/chevrons.css index e0a6120..7b0c03e 100644 --- a/lib/css/chevrons.css +++ b/lib/css/chevrons.css @@ -27,4 +27,4 @@ top: 7px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -} \ No newline at end of file +} diff --git a/lib/css/counts.css b/lib/css/counts.css index 50da0cd..78c7621 100644 --- a/lib/css/counts.css +++ b/lib/css/counts.css @@ -42,4 +42,4 @@ background-color: #e71e1e; background-image: -webkit-linear-gradient(top, #e71e1e 0,#c71a1a 100%); background-image: linear-gradient(to bottom, #e71e1e 0, #c71a1a 100%); -} \ No newline at end of file +} diff --git a/lib/css/forms.css b/lib/css/forms.css index 4b58260..d3a4372 100644 --- a/lib/css/forms.css +++ b/lib/css/forms.css @@ -118,4 +118,4 @@ select { padding-left: 0; margin-bottom: 0; border-bottom: 0; -} \ No newline at end of file +} diff --git a/lib/css/lists.css b/lib/css/lists.css index 0803c3e..a4dd600 100644 --- a/lib/css/lists.css +++ b/lib/css/lists.css @@ -112,4 +112,4 @@ .list .toggle { margin-top: -15px; /* Half height of toggle */ -} \ No newline at end of file +} diff --git a/lib/css/modals.css b/lib/css/modals.css index 1a7c1a2..175b3ea 100644 --- a/lib/css/modals.css +++ b/lib/css/modals.css @@ -24,4 +24,4 @@ transition: transform .25 ease-in-out; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -} \ No newline at end of file +} diff --git a/lib/css/popovers.css b/lib/css/popovers.css index b9d1755..f04f952 100644 --- a/lib/css/popovers.css +++ b/lib/css/popovers.css @@ -150,4 +150,4 @@ border: 1px solid #000; border-radius: 3px; -webkit-overflow-scrolling: touch; -} \ No newline at end of file +} diff --git a/lib/css/push.css b/lib/css/push.css index d3770a8..79c66bd 100644 --- a/lib/css/push.css +++ b/lib/css/push.css @@ -26,4 +26,4 @@ .content.slide.right { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); -} \ No newline at end of file +} diff --git a/lib/css/segmented-controllers.css b/lib/css/segmented-controllers.css index 7db0f53..0e51260 100644 --- a/lib/css/segmented-controllers.css +++ b/lib/css/segmented-controllers.css @@ -59,4 +59,4 @@ .segmented-controller-item.active { display: block; -} \ No newline at end of file +} diff --git a/lib/css/sliders.css b/lib/css/sliders.css index eaca8f0..c725d8d 100644 --- a/lib/css/sliders.css +++ b/lib/css/sliders.css @@ -34,4 +34,4 @@ /* Required reset of font-size to same as standard body */ .slider > ul > li > * { font-size: 14px; -} \ No newline at end of file +} diff --git a/lib/css/toggles.css b/lib/css/toggles.css index c33de7f..2278d18 100644 --- a/lib/css/toggles.css +++ b/lib/css/toggles.css @@ -63,4 +63,4 @@ color: #fff; text-shadow: 0 -1px rgba(0, 0, 0, 0.25); content: "On"; -} \ No newline at end of file +}