diff options
| author | Mark Otto <[email protected]> | 2014-08-27 22:40:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-08-27 22:40:46 -0700 |
| commit | 190452a36df91cebb0d9c7c1b5f46693f583db53 (patch) | |
| tree | 38600c9fbe9a0a39b74e6ddc2e250b78f30d4d0c /less | |
| parent | f4eefd28d10198ea60ce4069c00236e74cda1bf5 (diff) | |
| download | bootstrap-190452a36df91cebb0d9c7c1b5f46693f583db53.tar.xz bootstrap-190452a36df91cebb0d9c7c1b5f46693f583db53.zip | |
typo
Diffstat (limited to 'less')
| -rw-r--r-- | less/component-animations.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/component-animations.less b/less/component-animations.less index ebfad9e1d..0c4cd1983 100644 --- a/less/component-animations.less +++ b/less/component-animations.less @@ -19,7 +19,7 @@ display: none; visibility: hidden; - &.in { display: block; visibility: visibile; } + &.in { display: block; visibility: visible; } tr&.in { display: table-row; } tbody&.in { display: table-row-group; } } |
