diff options
| author | Mark Otto <[email protected]> | 2015-08-05 00:45:41 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-05 00:45:41 -0700 |
| commit | 9330c4a947f023a4524b3e884be1d11ccef09cd7 (patch) | |
| tree | b4a7996ac567bcbb7d871a37dd551591f12aca5d /dist/css/bootstrap.css | |
| parent | d80f26fe491d21a35b09894932806fc027de329a (diff) | |
| download | bootstrap-9330c4a947f023a4524b3e884be1d11ccef09cd7.tar.xz bootstrap-9330c4a947f023a4524b3e884be1d11ccef09cd7.zip | |
Run just as fast as I can
To the middle of nowhere
To the middle of my frustrated fears
And I swear you're just like a pill
Instead of makin' me better,
You keep makin' me ill
You keep makin' me ill
adds .label-pill to replace .badge
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 1fa0a9dc8..5ac5fafe9 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3193,6 +3193,11 @@ a.label:hover { text-decoration: none; cursor: pointer; } +.label-pill { + padding-left: .6em; + padding-right: .6em; + border-radius: 1rem; } + .label-default { background-color: #818a91; } .label-default[href]:focus, |
