Commit 6986bdb2 authored by Mark Otto's avatar Mark Otto

Fix page headers

parent 14975e4e
...@@ -226,6 +226,8 @@ body { ...@@ -226,6 +226,8 @@ body {
/* Share masthead with page headers */ /* Share masthead with page headers */
.bs-masthead, .bs-masthead,
.bs-header { .bs-header {
position: relative;
padding: 30px 15px;
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);
...@@ -237,10 +239,6 @@ body { ...@@ -237,10 +239,6 @@ body {
} }
/* Masthead (headings and download button) */ /* Masthead (headings and download button) */
.bs-masthead {
position: relative;
padding: 30px 15px;
}
.bs-masthead .bs-booticon { .bs-masthead .bs-booticon {
margin: 0 auto 30px; margin: 0 auto 30px;
} }
...@@ -341,7 +339,7 @@ body { ...@@ -341,7 +339,7 @@ body {
.carbonad { .carbonad {
width: auto !important; width: auto !important;
margin: 20px -30px -41px !important; margin: 30px -30px -31px !important;
padding: 20px !important; padding: 20px !important;
overflow: hidden; /* clearfix */ overflow: hidden; /* clearfix */
height: auto !important; height: auto !important;
...@@ -379,11 +377,6 @@ body { ...@@ -379,11 +377,6 @@ body {
display: none; /* hide what I assume are tracking images */ display: none; /* hide what I assume are tracking images */
} }
/* Homepage variation */
.bs-docs-home .carbonad {
margin: 0 -30px -31px !important;
}
@media (min-width: 480px) { @media (min-width: 480px) {
.carbonad { .carbonad {
width: 330px !important; width: 330px !important;
......
This diff is collapsed.
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