diff options
| author | Bas Bosman <[email protected]> | 2014-06-17 23:35:35 +0200 |
|---|---|---|
| committer | Bas Bosman <[email protected]> | 2014-06-18 00:00:28 +0200 |
| commit | 128e52ff29be0f275bb92693c9db3ba34d5c003d (patch) | |
| tree | 6faa955a5bee3178f578bd04b844fdf1625188d7 /less | |
| parent | 5b9e2bf1265eb50c0d4105b2eb3da12280c37430 (diff) | |
| download | bootstrap-128e52ff29be0f275bb92693c9db3ba34d5c003d.tar.xz bootstrap-128e52ff29be0f275bb92693c9db3ba34d5c003d.zip | |
Fix dismissible spelling
Diffstat (limited to 'less')
| -rw-r--r-- | less/alerts.less | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/less/alerts.less b/less/alerts.less index c3afeb958..df070b8ab 100644 --- a/less/alerts.less +++ b/less/alerts.less @@ -33,11 +33,12 @@ } } -// Dismissable alerts +// Dismissible alerts // // Expand the right padding and account for the close button's positioning. -.alert-dismissable { +.alert-dismissable, // The misspelled .alert-dismissable was deprecated in 3.2.0. +.alert-dismissible { padding-right: (@alert-padding + 20); // Adjust close link position |
