1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-29 23:09:05 +02:00

copy and style changes to improve docs rendering on mobile devices

This commit is contained in:
Mark Otto
2012-10-02 17:01:18 -07:00
parent 630a88d3ce
commit e73cd15fc8
11 changed files with 82 additions and 53 deletions

View File

@@ -114,7 +114,7 @@ hr.soften {
.jumbotron p {
font-size: 24px;
font-weight: 300;
line-height: 30px;
line-height: 1.25;
margin-bottom: 30px;
}
@@ -275,7 +275,7 @@ hr.soften {
margin-bottom: 40px;
font-size: 20px;
font-weight: 300;
line-height: 25px;
line-height: 1.25;
color: #999;
}
.marketing img {
@@ -303,7 +303,10 @@ hr.soften {
}
.footer-links li {
display: inline;
margin-right: 10px;
padding: 0 2px;
}
.footer-links li:first-child {
padding-left: 0;
}
@@ -944,11 +947,11 @@ form.bs-docs-example {
/* Downsize the jumbotrons */
.jumbotron h1 {
font-size: 60px;
font-size: 45px;
}
.jumbotron p,
.jumbotron .btn {
font-size: 20px;
font-size: 18px;
}
.jumbotron .btn {
display: block;
@@ -963,7 +966,10 @@ form.bs-docs-example {
/* Marketing on home */
.marketing h1 {
font-size: 40px;
font-size: 30px;
}
.marketing-byline {
font-size: 18px;
}
/* center example sites */
@@ -997,6 +1003,11 @@ form.bs-docs-example {
left: auto;
}
/* Tighten up footer */
.footer {
padding-top: 20px;
padding-bottom: 20px;
}
/* Unfloat the back to top in footer to prevent odd text wrapping */
.footer .pull-right {
float: none;