diff options
| author | Mark Otto <[email protected]> | 2013-06-28 09:24:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-06-28 09:24:46 -0700 |
| commit | 0a92efce0cbded7b664a5e198bfe6bca3b13bcac (patch) | |
| tree | 1f42df846e39b00e24a6fbe32909e300938fe784 /docs/assets | |
| parent | 09cdee2f03aaad5c5a767fbec2e3896ad3d1f980 (diff) | |
| download | bootstrap-0a92efce0cbded7b664a5e198bfe6bca3b13bcac.tar.xz bootstrap-0a92efce0cbded7b664a5e198bfe6bca3b13bcac.zip | |
Nuke hella things
* Any mentions of .btn-mini
* Old docs page that somehow found it's way back
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 9f037b333..c76723b99 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3210,11 +3210,6 @@ button.close { padding-left: 8px; } -.btn-group > .btn-mini + .dropdown-toggle { - padding-right: 5px; - padding-left: 5px; -} - .btn-group > .btn-large + .dropdown-toggle { padding-right: 12px; padding-left: 12px; @@ -4117,10 +4112,6 @@ a.badge:focus { top: -1px; } -.btn-mini .badge { - top: 0; -} - a.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #428bca; @@ -4321,6 +4312,8 @@ a.list-group-item.active > .badge, .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; + height: auto; + max-width: 100%; line-height: 1; } |
