mirror of https://github.com/twbs/bootstrap.git
remove some unhelpful comments
This commit is contained in:
parent
4fd164d45b
commit
8d09e7c24d
|
@ -6,7 +6,6 @@
|
||||||
// General styles
|
// General styles
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
// Make all forms have space below them
|
|
||||||
form {
|
form {
|
||||||
margin: 0 0 @baseLineHeight;
|
margin: 0 0 @baseLineHeight;
|
||||||
}
|
}
|
||||||
|
@ -17,7 +16,6 @@ fieldset {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Groups of fields with labels on top (legends)
|
|
||||||
legend {
|
legend {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -30,7 +28,6 @@ legend {
|
||||||
border-bottom: 1px solid #e5e5e5;
|
border-bottom: 1px solid #e5e5e5;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Identify controls by their labels
|
|
||||||
label {
|
label {
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
|
Loading…
Reference in New Issue