1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

fix h3 in modal and make modal unhidden by removing important from earlier issue

This commit is contained in:
Mark Otto
2012-07-24 00:35:54 -07:00
parent 7ce048bccd
commit 4912dd441d
6 changed files with 15 additions and 8 deletions

View File

@@ -37,7 +37,6 @@
'WebkitTransition' : 'webkitTransitionEnd'
, 'MozTransition' : 'transitionend'
, 'OTransition' : 'oTransitionEnd otransitionend'
, 'msTransition' : 'MSTransitionEnd'
, 'transition' : 'transitionend'
}
, name