Browse Source

Proper comment spacing

pull/89/head
Mark Otto 12 years ago
parent
commit
3735dbd9bc
  1. 41
      dist/ratchet.css

41
dist/ratchet.css vendored

@ -158,7 +158,9 @@ a {
}
.bar-header-secondary ~ .content {
top: 88px;
}/* General bar styles
}
/* General bar styles
-------------------------------------------------- */
[class*="bar-"] {
@ -540,7 +542,6 @@ a {
border-bottom-width: 0;
}
/* List dividers
-------------------------------------------------- */
@ -603,7 +604,9 @@ a {
.list .toggle {
margin-top: -15px; /* Half height of toggle */
}/* Forms
}
/* Forms
-------------------------------------------------- */
/* Force form elements to inherit font styles */
@ -722,7 +725,9 @@ select {
padding-left: 0;
margin-bottom: 0;
border-bottom: 0;
}/* General button styles
}
/* General button styles
-------------------------------------------------- */
[class*="button"] {
@ -842,7 +847,9 @@ select {
padding-top: 4px;
padding-bottom: 4px;
margin-right: 10px;
}/* Chevrons
}
/* Chevrons
-------------------------------------------------- */
.chevron {
@ -871,7 +878,9 @@ select {
top: 7px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}/* General count styles
}
/* General count styles
-------------------------------------------------- */
[class*="count"] {
@ -915,7 +924,9 @@ 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 {
@ -976,7 +987,9 @@ select {
.segmented-controller-item.active {
display: block;
}/* Popovers (to be used with popovers.js)
}
/* Popovers (to be used with popovers.js)
-------------------------------------------------- */
.popover {
@ -1128,7 +1141,9 @@ select {
border: 1px solid #000;
border-radius: 3px;
-webkit-overflow-scrolling: touch;
}/* Slider styles (to be used with sliders.js)
}
/* Slider styles (to be used with sliders.js)
-------------------------------------------------- */
/* Width/height of slider */
@ -1164,7 +1179,9 @@ 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 {
@ -1229,7 +1246,9 @@ 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 */

Loading…
Cancel
Save