diff options
| author | Chris Rebert <[email protected]> | 2014-06-17 18:23:14 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-06-17 18:23:14 -0700 |
| commit | 8bee6549ade7103b7de805ae92ccff50102008b0 (patch) | |
| tree | 37d58f04bad8cf01c98de351287800cee1a7291b /dist/css/bootstrap.css | |
| parent | 4300d430e6fd3c332eff78fe579002c25af44c23 (diff) | |
| download | bootstrap-8bee6549ade7103b7de805ae92ccff50102008b0.tar.xz bootstrap-8bee6549ade7103b7de805ae92ccff50102008b0.zip | |
grunt dist
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 6bd664017..3d2dae1c5 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4612,10 +4612,12 @@ a.thumbnail.active { .alert > p + p { margin-top: 5px; } -.alert-dismissable { +.alert-dismissable, +.alert-dismissible { padding-right: 35px; } -.alert-dismissable .close { +.alert-dismissable .close, +.alert-dismissible .close { position: relative; top: -2px; right: -21px; |
