From 9330c4a947f023a4524b3e884be1d11ccef09cd7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 5 Aug 2015 00:45:41 -0700 Subject: 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 --- dist/css/bootstrap.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dist/css/bootstrap.css') 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, -- cgit v1.2.3