diff options
| author | Mark Otto <[email protected]> | 2013-07-08 06:54:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-08 06:54:39 -0700 |
| commit | b13417525c50c27d3fca64d6e0e3d2d7de91bedb (patch) | |
| tree | 4728d870f99d81c7e7d34ebea55e09dbca65df3e /docs/assets/css/bootstrap.css | |
| parent | 084291aac7e8873ce975a4b547a9de6ac4630473 (diff) | |
| parent | 6e03639af22e2c1c06c5e146192c79b41f1d7385 (diff) | |
| download | bootstrap-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/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 14 |
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; |
