diff --git a/_layouts/customize.html b/_layouts/customize.html deleted file mode 100644 index c04b6978d1..0000000000 --- a/_layouts/customize.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - - {% include header.html %} - - - - Skip navigation - - - {% include nav-main.html %} - - - - - - {% include old-bs-docs.html %} - -
-
- {{ content }} -
-
- - - - - - {% include footer.html %} - - - diff --git a/assets/css/docs.css b/assets/css/docs.css index e792ae2cfd..da126d165f 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -193,6 +193,27 @@ body { font-weight: normal; } +/* Alerts */ +.bs-customizer-alert { + position: fixed; + top: 51px; + left: 0; + right: 0; + z-index: 1030; + padding: 15px 0; + color: #fff; + background-color: #d9534f; + box-shadow: inset 0 1px 0 rgba(255,255,255,.25); + border-bottom: 1px solid #b94441; +} +.bs-customizer-alert .close { + margin-top: -2px; + color: #fff; + text-shadow: none; +} +.bs-customizer-alert p { + margin-bottom: 0; +} /* Docs pages and sections diff --git a/customize.html b/customize.html index a3c155bcff..b9115deace 100644 --- a/customize.html +++ b/customize.html @@ -6,8 +6,17 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge base_url: "../" --- - + + + + + +