summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflorian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-03-03 07:52:24 +0000
committerflorian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-03-03 07:52:24 +0000
commit00eac0faee81e36600bb56163c52e00c5451e6cd (patch)
tree6d3bedfe5cc908b4c4eeaad54264788de140f9a9
parent76cd32fe9016de80e574b0eaf1e894901637e820 (diff)
Ticket-Tabellen sollten nun nucht über das div hinausragen
git-svn-id: https://svn.neo-layout.org@1724 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-rw-r--r--www/stylesheet_wiki.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/stylesheet_wiki.css b/www/stylesheet_wiki.css
index 88098d3..e0984ae 100644
--- a/www/stylesheet_wiki.css
+++ b/www/stylesheet_wiki.css
@@ -159,6 +159,10 @@ table.listing th.desc a { background-image: url(http://wiki.neo-layout.org/chrom
#dirlist td.name { width: auto }
#dirlist td.change { white-space: normal }
+div.report {
+overflow-y: hidden;
+overflow:auto;
+}
/* Styles for the error page (and rst errors) */
#content.error pre, div.system-message pre { margin-left: 1em; overflow: auto }