@farberg/reveal-template 1.1.35 → 1.1.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/dhbw.css +8 -1
- package/package.json +1 -1
package/css/dhbw.css
CHANGED
|
@@ -19,6 +19,9 @@ html.dim-background-strong .slide-background {
|
|
|
19
19
|
opacity: 0.05 !important;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
22
25
|
/*********************************************
|
|
23
26
|
* GLOBAL STYLES
|
|
24
27
|
*********************************************/
|
|
@@ -782,4 +785,8 @@ ul.dirtree ul ul ul li {
|
|
|
782
785
|
padding: 0;
|
|
783
786
|
}
|
|
784
787
|
|
|
785
|
-
/** Dirtree plugin: end */
|
|
788
|
+
/** Dirtree plugin: end */
|
|
789
|
+
|
|
790
|
+
.reveal .flow-around ul {
|
|
791
|
+
display: block;
|
|
792
|
+
}
|