aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index d3bea53f3..cad42745c 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -2074,6 +2074,13 @@ fieldset[disabled] .btn-info.active {
border-color: #5bc0de;
}
+.btn-link {
+ font-weight: normal;
+ color: #428bca;
+ cursor: pointer;
+ border-radius: 0;
+}
+
.btn-link,
.btn-link:active,
.btn-link[disabled],
@@ -2091,13 +2098,6 @@ fieldset[disabled] .btn-link {
border-color: transparent;
}
-.btn-link {
- font-weight: normal;
- color: #428bca;
- cursor: pointer;
- border-radius: 0;
-}
-
.btn-link:hover,
.btn-link:focus {
color: #2a6496;