diff --git a/mediawiki-workshop.html b/mediawiki-workshop.html
index a171198..6a5b387 100644
--- a/mediawiki-workshop.html
+++ b/mediawiki-workshop.html
@@ -113,7 +113,7 @@
Syntax
-
+
== Überschrift Ebene 2 ==
diff --git a/ui/neingeist/pretty.css b/ui/neingeist/pretty.css
index 854d016..3c295d0 100644
--- a/ui/neingeist/pretty.css
+++ b/ui/neingeist/pretty.css
@@ -39,6 +39,19 @@ sup {font-size: smaller; line-height: 1px;}
color: #fff; background: #000 transparent;}
.slide h3 {font-size: 130%;}
+.slide table {
+ margin: 1em 1em 1em 0;
+ background: black;
+ font-size: 95%;
+ border: 1px white solid;
+ border-collapse: collapse;
+}
+
+.slide td {
+ border: 1px white solid;
+ padding: 0.3em;
+}
+
div#header, div#footer {background: #000; color: #AAB;
font-family: Verdana, Helvetica, sans-serif;}
div#header {background: fuchsia;
|