diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-11-24 09:34:28 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-11-24 09:34:28 -0500 |
commit | 9cb9554a5bd87a58dc4f3fb52760a53fb9b8d347 (patch) | |
tree | 36d572a4f7ce7af2e592bc636f4a0f0770b29199 | |
parent | af2887ab50291b3a05a35ab449b89e2ebf9324f8 (diff) |
cosmo: style btn-mini
-rw-r--r-- | cosmo/bootstrap.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cosmo/bootstrap.css b/cosmo/bootstrap.css index 157ed9ed..69395542 100644 --- a/cosmo/bootstrap.css +++ b/cosmo/bootstrap.css @@ -5227,6 +5227,9 @@ div.subnav-fixed { .btn-large { padding: 22px 30px; } +.btn-mini { + padding: 2px 6px; +} .btn-group > .btn:first-child, .btn-group > .btn:last-child, .btn-group > .dropdown-toggle { |