diff options
| author | Mark Otto <[email protected]> | 2015-12-07 10:08:39 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-12-07 10:08:39 -0800 |
| commit | afbaf4350560eaf2135fb0dc6dd761ebb746ac40 (patch) | |
| tree | 9ae259a502ad62c366bd0f778772ff2e9893bad0 /dist/css/bootstrap.css | |
| parent | a22d2fb5a5a702997509f29d86dc37ba917a103a (diff) | |
| download | bootstrap-afbaf4350560eaf2135fb0dc6dd761ebb746ac40.tar.xz bootstrap-afbaf4350560eaf2135fb0dc6dd761ebb746ac40.zip | |
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index f73f89b7e..b6487c145 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4663,6 +4663,14 @@ a.label:focus, a.label:hover { border-radius: 0; } +.list-group-flush:first-child .list-group-item:first-child { + border-top: 0; +} + +.list-group-flush:last-child .list-group-item:last-child { + border-bottom: 0; +} + a.list-group-item, button.list-group-item { width: 100%; @@ -5728,16 +5736,16 @@ button.close { text-transform: capitalize !important; } -.font-normal { +.font-weight-normal { font-weight: normal; } -.font-bold { +.font-weight-bold { font-weight: bold; } .font-italic { - font-style: normal; + font-style: italic; } .text-muted { |
