@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.
Files changed (2) hide show
  1. package/css/dhbw.css +8 -1
  2. 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
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farberg/reveal-template",
3
- "version": "1.1.35",
3
+ "version": "1.1.36",
4
4
  "homepage": "https://github.com/pfisterer/reveal-template",
5
5
  "description": "Reveal.js template for Dennis' lectures",
6
6
  "main": "index.js",