2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

docs fixes with new .bs-docs-container; fixing some lingering grid classes

This commit is contained in:
Mark Otto
2013-03-26 23:54:17 -07:00
parent d5303906bd
commit 5b298a2aaf
7 changed files with 34 additions and 22 deletions
+13 -1
View File
@@ -14,6 +14,11 @@ body {
/* We add the padding to the body for >768px only */
}
.bs-docs-container {
padding-left: 15px;
padding-right: 15px;
}
/* */
.bs-docs-footer {
padding-left: 15px;
@@ -486,7 +491,8 @@ section > ul li {
.bs-docs-footer {
text-align: center;
padding: 30px 0;
padding-top: 30px;
padding-bottom: 30px;
margin-top: 100px;
border-top: 1px solid #e5e5e5;
}
@@ -610,6 +616,12 @@ input.focused {
padding-top: 50px; /* Default height of navbar */
}
/* Undo custom padding */
.bs-docs-container {
padding-left: 0;
padding-right: 0;
}
/* Tweak display of docs jumbotrons */
.masthead {
padding-top: 100px;