@farberg/reveal-template 1.1.40 → 1.1.41
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 +6 -0
- package/package.json +1 -1
package/css/dhbw.css
CHANGED
|
@@ -318,6 +318,12 @@ body {
|
|
|
318
318
|
text-align: right;
|
|
319
319
|
}
|
|
320
320
|
|
|
321
|
+
/* Hide table header rows whose cells are all empty
|
|
322
|
+
(markdown table syntax requires a header line). */
|
|
323
|
+
.reveal table thead:not(:has(th:not(:empty))) {
|
|
324
|
+
display: none;
|
|
325
|
+
}
|
|
326
|
+
|
|
321
327
|
.reveal sup {
|
|
322
328
|
vertical-align: super;
|
|
323
329
|
}
|