Commit 9c0bd376 authored by Mark Otto's avatar Mark Otto

Merge pull request #16208 from StevenBlack/issue.15100

(#15100) Eliminate spurrious padding in .bs-docs-header
parents a250673a d3cbf018
...@@ -236,7 +236,7 @@ h4 code { ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment