Mercurial > p > roundup > code
comparison templates/classic/html/style.css @ 1625:126d4d0ac89b
under the heading of "questionable whether it's a fix or not"
([SF#621226] for the users of the "standards compliant" browser IE)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 27 Apr 2003 02:44:59 +0000 |
| parents | 49dd1bf17d66 |
| children | b0ffb474716e |
comparison
equal
deleted
inserted
replaced
| 1624:e3611ffad2e1 | 1625:126d4d0ac89b |
|---|---|
| 126 | 126 |
| 127 table.list td { | 127 table.list td { |
| 128 padding: 0 4 0 4; | 128 padding: 0 4 0 4; |
| 129 border: 1px solid white; | 129 border: 1px solid white; |
| 130 color: #404070; | 130 color: #404070; |
| 131 background-color: white; | |
| 132 vertical-align: top; | |
| 133 empty-cells: show; | |
| 134 } | |
| 135 | |
| 136 table.list tr.normal td { | |
| 137 background-color: #efefef; | 131 background-color: #efefef; |
| 138 } | 132 vertical-align: top; |
| 139 | 133 empty-cells: show; |
| 140 table.list tr.alt td { | |
| 141 background-color: #efefef; | |
| 142 } | 134 } |
| 143 | 135 |
| 144 table.list tr.navigation th { | 136 table.list tr.navigation th { |
| 145 text-align: right; | 137 text-align: right; |
| 146 } | 138 } |
