From 228f9a3a0a7af5aa62415cd990ce5ad98b8499a6 Mon Sep 17 00:00:00 2001 From: neingeist Date: Mon, 31 Oct 2005 15:43:16 +0000 Subject: [PATCH] tabelle repariert --- mediawiki-workshop.html | 2 +- ui/neingeist/pretty.css | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) 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;