Mercurial > p > roundup > code
comparison templates/classic/html/style.css @ 1825:fad32dafc174
Replaced all uses of the 'nowrap' attribute with its CSS equivalent:
'white-space: nowrap;'.
| author | Johannes Gijsbers <jlgijsbers@users.sourceforge.net> |
|---|---|
| date | Fri, 03 Oct 2003 16:57:28 +0000 |
| parents | 24819ee5dfbc |
| children | 00f0267db956 |
comparison
equal
deleted
inserted
replaced
| 1824:24819ee5dfbc | 1825:fad32dafc174 |
|---|---|
| 51 padding: 1 5 1 5; | 51 padding: 1 5 1 5; |
| 52 vertical-align: top; | 52 vertical-align: top; |
| 53 width: 100%; | 53 width: 100%; |
| 54 } | 54 } |
| 55 | 55 |
| 56 td.date, th.date { | |
| 57 white-space: nowrap; | |
| 58 } | |
| 59 | |
| 56 p.ok-message { | 60 p.ok-message { |
| 57 background-color: #22bb22; | 61 background-color: #22bb22; |
| 58 padding: 5 5 5 5; | 62 padding: 5 5 5 5; |
| 59 color: white; | 63 color: white; |
| 60 font-weight: bold; | 64 font-weight: bold; |
| 77 table.form th { | 81 table.form th { |
| 78 color: #333388; | 82 color: #333388; |
| 79 text-align: right; | 83 text-align: right; |
| 80 vertical-align: top; | 84 vertical-align: top; |
| 81 font-weight: normal; | 85 font-weight: normal; |
| 86 white-space: nowrap; | |
| 82 } | 87 } |
| 83 | 88 |
| 84 table.form th.header { | 89 table.form th.header { |
| 85 font-weight: bold; | 90 font-weight: bold; |
| 86 background-color: #eeeeff; | 91 background-color: #eeeeff; |
