diff options
| author | Mark Otto <[email protected]> | 2014-12-06 00:33:36 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-06 00:33:36 -0800 |
| commit | 2ade44a9ca89f2f8358c18aafb760993ffda9ac8 (patch) | |
| tree | 612c6182c2c4a0f24f9c77fdb6437bd1ff096025 /dist/css/bootstrap.css | |
| parent | 6f2e9d8111b2aa00f3efd606027b45615c1cc069 (diff) | |
| download | bootstrap-2ade44a9ca89f2f8358c18aafb760993ffda9ac8.tar.xz bootstrap-2ade44a9ca89f2f8358c18aafb760993ffda9ac8.zip | |
inline-block on labels now instead of inline
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index d3d9394d3..a08500f5c 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3767,8 +3767,8 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto } .label { - display: inline; - padding: .15em .4em; + display: inline-block; + padding: .25em .4em; font-size: 75%; font-weight: bold; line-height: 1; |
