mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-08 22:56:46 +02:00
few more property orders
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
// Fluid layouts (left aligned, with sidebar, min- & max-width content)
|
// Fluid layouts (left aligned, with sidebar, min- & max-width content)
|
||||||
.container-fluid {
|
.container-fluid {
|
||||||
padding-left: @gridGutterWidth;
|
|
||||||
padding-right: @gridGutterWidth;
|
padding-right: @gridGutterWidth;
|
||||||
|
padding-left: @gridGutterWidth;
|
||||||
.clearfix();
|
.clearfix();
|
||||||
}
|
}
|
@@ -503,8 +503,8 @@
|
|||||||
|
|
||||||
// Centered container element
|
// Centered container element
|
||||||
.container-fixed() {
|
.container-fixed() {
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
margin-left: auto;
|
||||||
.clearfix();
|
.clearfix();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -52,8 +52,8 @@ h2 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
line-height: @baseLineHeight * 1.5;
|
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
line-height: @baseLineHeight * 1.5;
|
||||||
small {
|
small {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user