From: Gabriel Wicke Date: Fri, 9 Apr 2004 15:22:20 +0000 (+0000) Subject: wrap -\> overflow X-Git-Tag: 1.3.0beta1~516 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=commitdiff_plain;h=2057f3fda9cc6179f5e9a497af7df97d65ebdeb7;p=lhc%2Fweb%2Fwiklou.git wrap -\> overflow --- diff --git a/stylesheets/cologneblue.css b/stylesheets/cologneblue.css index 67f116f428..9226855850 100644 --- a/stylesheets/cologneblue.css +++ b/stylesheets/cologneblue.css @@ -18,6 +18,7 @@ body { margin: 0px; padding: 0px; color: black; } margin-top: 1ex; margin-bottom: 0; } p, pre, td, th, li, dd, dt { line-height: 12pt; } +textarea { overflow: auto; } #footer { padding: 4px; } #footer form { display: inline; } diff --git a/stylesheets/nostalgia.css b/stylesheets/nostalgia.css index e14a64bd8d..18b38a471f 100644 --- a/stylesheets/nostalgia.css +++ b/stylesheets/nostalgia.css @@ -14,6 +14,7 @@ a.stub { color:#772233; text-decoration:none; } h1.pagetitle { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0; } h2, h3, h4, h5, h6 { margin-bottom: 0; } img { border: none; } +textarea { overflow: auto; } p.subtitle { padding-top: 0; margin-top: 0; } #toc { border:1px solid #8888aa; background-color:#f7f8ff;padding:5px;font-size:95%; }