mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
few more property orders
This commit is contained in:
parent
457859feba
commit
a3ec868ac2
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue