summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflorian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2010-03-29 15:16:31 +0000
committerflorian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2010-03-29 15:16:31 +0000
commitd667fe83d487bb1a10960113995d0560508caedd (patch)
tree511dd901a6f3c6416e7b70181bcc87b5c8f4d194
parentba6b5dfe4d03f347195462acbf2a6264706a15b0 (diff)
Mehr Freiheit für Pixelbilder!
git-svn-id: https://svn.neo-layout.org@2253 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-rw-r--r--www/stylesheet_wiki.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/stylesheet_wiki.css b/www/stylesheet_wiki.css
index 55a0bf4..f9d97d2 100644
--- a/www/stylesheet_wiki.css
+++ b/www/stylesheet_wiki.css
@@ -188,6 +188,8 @@ overflow:auto;
text-align:justify;
}
+#content img {margin:1em} /*hält Text von Bildern im Contentbereich fern */
+
#content.ticket { width: 100%; max-width:61em}
table.code td {font-family: 'DejaVu Sans Mono',monospace;} \ No newline at end of file