mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-15 15:29:22 +01:00
Merge pull request #16208 from StevenBlack/issue.15100
(#15100) Eliminate spurrious padding in .bs-docs-header
This commit is contained in:
commit
9c0bd37661
@ -236,7 +236,7 @@ h4 code {
|
|||||||
.bs-docs-masthead,
|
.bs-docs-masthead,
|
||||||
.bs-docs-header {
|
.bs-docs-header {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 30px 15px;
|
padding: 30px 0;
|
||||||
color: #cdbfe3;
|
color: #cdbfe3;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-shadow: 0 1px 0 rgba(0,0,0,.1);
|
text-shadow: 0 1px 0 rgba(0,0,0,.1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user