diff options
| author | liuyl <[email protected]> | 2013-08-04 09:27:23 +0800 |
|---|---|---|
| committer | liuyl <[email protected]> | 2013-08-04 09:27:23 +0800 |
| commit | 4bbbf774a4b36ce5f36e4a35a2e7bed807dd640b (patch) | |
| tree | a3def7f7cfa0443d4ab81fb846014b13dcf60346 /dist/css/bootstrap.css | |
| parent | 4582eb704f39f0de0fb969ab8c16e5f4c0b5504a (diff) | |
| download | bootstrap-4bbbf774a4b36ce5f36e4a35a2e7bed807dd640b.tar.xz bootstrap-4bbbf774a4b36ce5f36e4a35a2e7bed807dd640b.zip | |
add line-height
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 219940b2a..d5167e7d9 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2104,12 +2104,14 @@ input[type="button"].btn-block { .input-group-addon.input-small { padding: 5px 10px; font-size: 12px; + line-height: 1.5; border-radius: 3px; } .input-group-addon.input-large { padding: 10px 16px; font-size: 18px; + line-height: 1.33; border-radius: 6px; } @@ -3318,7 +3320,7 @@ button.close { .pagination > li > a, .pagination > li > span { float: left; - padding: 4px 12px; + padding: 6px 12px; line-height: 1.428571429; text-decoration: none; background-color: #ffffff; |
