CSS .nowrap is now global
authorshort <>
Fri, 28 Sep 2001 23:53:32 +0000 (23:53 +0000)
committershort <>
Fri, 28 Sep 2001 23:53:32 +0000 (23:53 +0000)
 - used also from articles

common.php
index.php

index 4c6a1aa..59f046a 100644 (file)
@@ -379,6 +379,7 @@ function heading()
 .cvs-id  { font-family: monospace; }
 .error   { color: red;    background-color: transparent; }
 .quote   { font-family: monospace; }
+.nowrap  { white-space: nowrap; }
 body {
                background-color: black;
                color: white;
index 984fdb4..b3ec9f0 100644 (file)
--- a/index.php
+++ b/index.php
@@ -11,7 +11,6 @@
 .tab-head  { font-weight: bold; color: yellow; background-color: transparent; }
 .post-type { font-family: monospace; }
 .smaller   { font-size: smaller }
-.nowrap    { white-space: nowrap; }
 .centered  { text-align: center; }
 .img-align { vertical-align:middle; }
 ";