Browse Source

Reveal updates

pull/13/head
Jack Lukic 11 years ago
parent
commit
8dd6f17d22
1 changed files with 2 additions and 2 deletions
  1. 4
      src/modules/reveal.less

4
src/modules/reveal.less

@ -87,7 +87,7 @@
white-space: nowrap;
}
.ui.slide.reveal > * {
.ui.slide.reveal > .content {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
@ -326,7 +326,7 @@
Instant
---------------*/
.ui.instant.reveal > * {
.ui.instant.reveal > .content {
-webkit-transition-delay: 0s !important;
-moz-transition-delay: 0s !important;
-o-transition-delay: 0s !important;

Loading…
Cancel
Save