wrap -\> overflow
authorGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 9 Apr 2004 15:22:20 +0000 (15:22 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 9 Apr 2004 15:22:20 +0000 (15:22 +0000)
stylesheets/cologneblue.css
stylesheets/nostalgia.css

index 67f116f..9226855 100644 (file)
@@ -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; }
index e14a64b..18b38a4 100644 (file)
@@ -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%; }