From: Gabriel Wicke Date: Fri, 9 Apr 2004 15:19:55 +0000 (+0000) Subject: overflow in css instead of wrap="virtual" X-Git-Tag: 1.3.0beta1~519 X-Git-Url: http://git.cyclocoop.org/wiki/%7B%7Bpath%7D%7Dmw-config/index.php?a=commitdiff_plain;h=d8cd337a69191d75d0607fca36595de4bff01c2e;p=lhc%2Fweb%2Fwiklou.git overflow in css instead of wrap="virtual" --- diff --git a/stylesheets/wikistandard.css b/stylesheets/wikistandard.css index 872ad15665..41c62fd03a 100644 --- a/stylesheets/wikistandard.css +++ b/stylesheets/wikistandard.css @@ -38,6 +38,7 @@ a.printable { text-decoration: underline; } a.stub { color:#772233; text-decoration:none; } body { margin: 0px; padding: 4px; color: black; } form.inline { display: inline; } +textarea { overflow: auto; } h1.pagetitle { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0;