Code

Replaced all uses of the 'nowrap' attribute with its CSS equivalent:
[roundup.git] / templates / classic / html / style.css
index a5f368088bdc505f595e3faf8612a83e901dbae2..9d06dfc13996584f56da5d175c81dbe478f8243d 100644 (file)
@@ -53,6 +53,10 @@ td.content {
   width: 100%;
 }
 
+td.date, th.date { 
+  white-space: nowrap;
+}
+
 p.ok-message {
   background-color: #22bb22;
   padding: 5 5 5 5;
@@ -79,6 +83,7 @@ table.form th {
   text-align: right;
   vertical-align: top;
   font-weight: normal;
+  white-space: nowrap;
 }
 
 table.form th.header {