diff options
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/customize.html b/customize.html index a3c155bcf..b9115deac 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: "../" --- -<!-- Customize -================================================== --> + +<!-- Customizer errors --> +<div class="bs-customizer-alert" style="display: none;"> + <div class="container"> + <button type="button" class="close pull-right">×</button> + <p class="bs-customizer-alert-text"></p> + </div> +</div> + + +<!-- Customizer form --> <form class="bs-customizer" role="form"> <div class="bs-docs-section" id="less-section"> <div class="page-header"> |
