I had previously added clear:right only to div.floatright, but not div.tright; here...
[lhc/web/wiklou.git] / stylesheets / nostalgia.css
index 4e427cf..f07e3a6 100644 (file)
@@ -1,3 +1,8 @@
+@import url("common.css");
+body {
+       /* Background color is set separately on page type */
+       color: black;
+}
 #article { }
 #specialform { display: inline; }
 #powersearch {
@@ -9,4 +14,7 @@ a.printable { text-decoration: underline; }
 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; }
+textarea { overflow: auto; }
 p.subtitle { padding-top: 0; margin-top: 0; }
+
+