|
@@ -141,6 +141,12 @@ ul, ol, div, p {
|
|
|
}
|
|
|
.reveal section .fragment {
|
|
|
opacity: 1 !important;
|
|
|
+ visibility: visible !important;
|
|
|
+
|
|
|
+ -webkit-transform: none !important;
|
|
|
+ -moz-transform: none !important;
|
|
|
+ -ms-transform: none !important;
|
|
|
+ transform: none !important;
|
|
|
}
|
|
|
.reveal img {
|
|
|
box-shadow: none;
|
|
@@ -153,7 +159,3 @@ ul, ol, div, p {
|
|
|
.reveal small a {
|
|
|
font-size: 16pt !important;
|
|
|
}
|
|
|
-
|
|
|
-pre {
|
|
|
- font-size: 9pt !important;
|
|
|
-}
|