2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Fix dismissible spelling

This commit is contained in:
Bas Bosman
2014-06-17 23:35:35 +02:00
parent 5b9e2bf126
commit 128e52ff29
4 changed files with 10 additions and 9 deletions
+3 -2
View File
@@ -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