2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

Merge branch '2.2.2-wip' into exploratory

Conflicts:
	docs/assets/css/bootstrap.css
	docs/getting-started.html
	docs/templates/pages/getting-started.mustache
	less/accordion.less
	less/alerts.less
	less/breadcrumbs.less
	less/buttons.less
	less/code.less
	less/dropdowns.less
	less/forms.less
	less/navbar.less
	less/progress-bars.less
	less/responsive-navbar.less
	less/tables.less
	less/thumbnails.less
	less/tooltip.less
	less/wells.less
This commit is contained in:
Mark Otto
2012-11-02 09:36:51 -07:00
94 changed files with 1398 additions and 6513 deletions
+17 -6
View File
@@ -110,7 +110,7 @@ hr.soften {
.jumbotron p {
font-size: 24px;
font-weight: 300;
line-height: 30px;
line-height: 1.25;
margin-bottom: 30px;
}
@@ -271,7 +271,7 @@ hr.soften {
margin-bottom: 40px;
font-size: 20px;
font-weight: 300;
line-height: 25px;
line-height: 1.25;
color: #999;
}
.marketing img {
@@ -299,7 +299,10 @@ hr.soften {
}
.footer-links li {
display: inline;
margin-right: 10px;
padding: 0 2px;
}
.footer-links li:first-child {
padding-left: 0;
}
@@ -946,11 +949,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;
@@ -965,7 +968,10 @@ form.bs-docs-example {
/* Marketing on home */
.marketing h1 {
font-size: 40px;
font-size: 30px;
}
.marketing-byline {
font-size: 18px;
}
/* center example sites */
@@ -999,6 +1005,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;