diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index b4b499e8f6..641de8a4ac 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -4624,11 +4624,10 @@ button.close {
color: #a47e3c;
}
-.close {
+.alert .close {
position: relative;
top: -2px;
right: -21px;
- line-height: 20px;
color: inherit;
}
diff --git a/docs/docs.html b/docs/docs.html
index 0ae2198ad4..e7d7efb586 100644
--- a/docs/docs.html
+++ b/docs/docs.html
@@ -3894,56 +3894,20 @@ For example, <section>
should be wrapped as inline.
Add any of the below mentioned modifier classes to change the appearance of a label.
-Labels | -Markup | -
---|---|
- Default - | -
- <span class="label">Default</span>
- |
-
- Success - | -
- <span class="label label-success">Success</span>
- |
-
- Warning - | -
- <span class="label label-warning">Warning</span>
- |
-
- Danger - | -
- <span class="label label-danger">Danger</span>
- |
-
- Info - | -
- <span class="label label-info">Info</span>
- |
-