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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user