1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-02 00:06:46 +02:00

Fix navbar margins and update grid sidebar styles to match

This commit is contained in:
Mark Otto
2014-07-08 16:39:46 -07:00
parent bb3157c2d9
commit 542f9973ed
10 changed files with 46 additions and 37 deletions

View File

@@ -73,6 +73,12 @@ body {
font-size: 20px;
line-height: 28px;
}
.bs-docs-booticon-md {
width: 40px;
height: 40px;
font-size: 28px;
line-height: 40px;
}
.bs-docs-booticon-lg {
width: 144px;
height: 144px;
@@ -644,8 +650,8 @@ body {
display: none;
}
.bs-docs-toc-item {
margin-right: -15px;
margin-left: -15px;
margin-right: -.75rem;
margin-left: -.75rem;
}
.bs-docs-toc-link {