1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-14 09:34:36 +02:00

scope styles to masthead, not homepage

This commit is contained in:
Mark Otto
2014-01-22 15:37:05 -06:00
parent e4f33a91d9
commit d1f69d4a7e

View File

@@ -385,7 +385,7 @@ body {
border-radius: 4px; border-radius: 4px;
border-width: 1px !important; border-width: 1px !important;
} }
.bs-docs-home .carbonad { .bs-masthead .carbonad {
margin: 50px auto 0 !important; margin: 50px auto 0 !important;
} }
} }
@@ -406,7 +406,7 @@ body {
padding: 15px !important; padding: 15px !important;
width: 330px !important; width: 330px !important;
} }
.bs-docs-home .carbonad { .bs-masthead .carbonad {
position: static; position: static;
} }
} }