aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-08 06:54:39 -0700
committerMark Otto <[email protected]>2013-07-08 06:54:39 -0700
commitb13417525c50c27d3fca64d6e0e3d2d7de91bedb (patch)
tree4728d870f99d81c7e7d34ebea55e09dbca65df3e /docs/assets/css
parent084291aac7e8873ce975a4b547a9de6ac4630473 (diff)
parent6e03639af22e2c1c06c5e146192c79b41f1d7385 (diff)
downloadbootstrap-b13417525c50c27d3fca64d6e0e3d2d7de91bedb.tar.xz
bootstrap-b13417525c50c27d3fca64d6e0e3d2d7de91bedb.zip
Merge pull request #8410 from cvrebert/buttons-nesting
more nesting in buttons.less
Diffstat (limited to 'docs/assets/css')
-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;