aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/src/docs.css
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-12-17 13:44:52 -0800
committerChris Rebert <[email protected]>2014-12-17 13:44:52 -0800
commitf24a1cb28df85c9beb21af1e327e03b075403243 (patch)
treef7dfb884795cc7ce98037e82d9f09a25af44d39d /docs/assets/css/src/docs.css
parent52c80891c2092e5c038602603218e2c13b7bbec9 (diff)
downloadbootstrap-f24a1cb28df85c9beb21af1e327e03b075403243.tar.xz
bootstrap-f24a1cb28df85c9beb21af1e327e03b075403243.zip
remove remaining remnants of the Customizer
Diffstat (limited to 'docs/assets/css/src/docs.css')
-rw-r--r--docs/assets/css/src/docs.css116
1 files changed, 0 insertions, 116 deletions
diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css
index f228255ef..b4eed3817 100644
--- a/docs/assets/css/src/docs.css
+++ b/docs/assets/css/src/docs.css
@@ -1308,122 +1308,6 @@ h1[id] {
}
}
-
-/*
- * Customizer
- *
- * Since this is so form control heavy, we have quite a few styles to customize
- * the display of inputs, headings, and more. Also included are all the download
- * buttons and actions.
- */
-
-.bs-customizer .toggle {
- float: right;
- margin-top: 25px;
-}
-
-/* Headings and form contrls */
-.bs-customizer label {
- margin-top: 10px;
- font-weight: 500;
- color: #555;
-}
-.bs-customizer h2 {
- padding-top: 30px;
- margin-top: 0;
- margin-bottom: 5px;
-}
-.bs-customizer h3 {
- margin-bottom: 0;
-}
-.bs-customizer h4 {
- margin-top: 15px;
- margin-bottom: 0;
-}
-.bs-customizer .bs-callout h4 {
- margin-top: 0; /* lame, but due to specificity we have to duplicate */
- margin-bottom: 5px;
-}
-.bs-customizer input[type="text"] {
- font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
- background-color: #fafafa;
-}
-.bs-customizer .help-block {
- margin-bottom: 5px;
- font-size: 12px;
-}
-
-/* For the variables, use regular weight */
-#less-section label {
- font-weight: normal;
-}
-
-/* Downloads */
-.bs-customize-download .btn-outline {
- padding: 20px;
-}
-
-/* Error handling */
-.bs-customizer-alert {
- position: fixed;
- top: 0;
- right: 0;
- left: 0;
- z-index: 1030;
- padding: 15px 0;
- color: #fff;
- background-color: #d9534f;
- border-bottom: 1px solid #b94441;
- -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
- box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
-}
-.bs-customizer-alert .close {
- margin-top: -4px;
- font-size: 24px;
-}
-.bs-customizer-alert p {
- margin-bottom: 0;
-}
-.bs-customizer-alert .glyphicon {
- margin-right: 5px;
-}
-.bs-customizer-alert pre {
- margin: 10px 0 0;
- color: #fff;
- background-color: #a83c3a;
- border-color: #973634;
- -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
- box-shadow: inset 0 2px 4px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
-}
-
-.bs-dropzone {
- position: relative;
- padding: 20px;
- margin-bottom: 20px;
- color: #777;
- text-align: center;
- border: 2px dashed #eee;
- border-radius: 4px;
-}
-.bs-dropzone h2 {
- margin-top: 0;
- margin-bottom: 5px;
-}
-.bs-dropzone hr {
- width: 100px;
-}
-.bs-dropzone .lead {
- margin-bottom: 10px;
- font-weight: normal;
- color: #333;
-}
-/*.bs-dropzone*/ #import-manual-trigger {
- cursor: pointer;
-}
-.bs-dropzone p:last-child {
- margin-bottom: 0;
-}
-
/*
* Brand guidelines
*