aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css19
1 files changed, 11 insertions, 8 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 624daf46c..c7e2b4eb1 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -4782,6 +4782,7 @@ a.thumbnail:focus {
}
.label {
+ display: inline;
padding: .25em .6em;
font-size: 75%;
font-weight: 500;
@@ -4794,7 +4795,9 @@ a.thumbnail:focus {
border-radius: .25em;
}
+.label[href]:hover,
a.label:hover,
+.label[href]:focus,
a.label:focus {
color: #fff;
text-decoration: none;
@@ -4809,14 +4812,6 @@ a.label:focus {
background-color: #c9302c;
}
-.label-warning {
- background-color: #f0ad4e;
-}
-
-.label-warning[href] {
- background-color: #ec971f;
-}
-
.label-success {
background-color: #5cb85c;
}
@@ -4825,6 +4820,14 @@ a.label:focus {
background-color: #449d44;
}
+.label-warning {
+ background-color: #f0ad4e;
+}
+
+.label-warning[href] {
+ background-color: #ec971f;
+}
+
.label-info {
background-color: #5bc0de;
}