aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-07-06 22:13:37 -0700
committerChris Rebert <[email protected]>2013-07-07 19:16:38 -0700
commit6e03639af22e2c1c06c5e146192c79b41f1d7385 (patch)
tree4728d870f99d81c7e7d34ebea55e09dbca65df3e /docs/assets/css/bootstrap.css
parent084291aac7e8873ce975a4b547a9de6ac4630473 (diff)
downloadbootstrap-6e03639af22e2c1c06c5e146192c79b41f1d7385.tar.xz
bootstrap-6e03639af22e2c1c06c5e146192c79b41f1d7385.zip
more nesting in buttons.less
Diffstat (limited to 'docs/assets/css/bootstrap.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;