mirror of https://github.com/twbs/bootstrap.git
docs css cleanup
This commit is contained in:
parent
630005687d
commit
9374965b83
|
@ -86,18 +86,8 @@ section > ul li {
|
||||||
|
|
||||||
/* Masthead (docs home)
|
/* Masthead (docs home)
|
||||||
------------------------- */
|
------------------------- */
|
||||||
.masthead {
|
|
||||||
/*padding: 70px 0 80px;*/
|
|
||||||
}
|
|
||||||
.masthead h1 {
|
.masthead h1 {
|
||||||
/*font-size: 120px;*/
|
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
/*letter-spacing: -2px;*/
|
|
||||||
}
|
|
||||||
.masthead p {
|
|
||||||
/*font-size: 40px;
|
|
||||||
font-weight: 200;
|
|
||||||
line-height: 1.25;*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Textual links in masthead */
|
/* Textual links in masthead */
|
||||||
|
@ -448,6 +438,7 @@ section > ul li {
|
||||||
|
|
||||||
/* Tablets and up */
|
/* Tablets and up */
|
||||||
@media screen and (min-width: 768px) {
|
@media screen and (min-width: 768px) {
|
||||||
|
|
||||||
/* Account for fixed navbar */
|
/* Account for fixed navbar */
|
||||||
body {
|
body {
|
||||||
padding-top: 44px;
|
padding-top: 44px;
|
||||||
|
|
Loading…
Reference in New Issue