0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-13 13:29:25 +01:00

Merge pull request #16208 from StevenBlack/issue.15100

(#15100) Eliminate spurrious padding in .bs-docs-header
This commit is contained in:
Mark Otto 2015-04-04 01:55:50 -07:00
commit 9c0bd37661

View File

@ -236,7 +236,7 @@ h4 code {
.bs-docs-masthead,
.bs-docs-header {
position: relative;
padding: 30px 15px;
padding: 30px 0;
color: #cdbfe3;
text-align: center;
text-shadow: 0 1px 0 rgba(0,0,0,.1);