| Index: trunk/phase3/skins/common/shared.css |
| — | — | @@ -460,7 +460,7 @@ |
| 461 | 461 | /* feed links */ |
| 462 | 462 | a.feedlink { |
| 463 | 463 | /* @embed */ |
| 464 | | - background: url("images/feed-icon.png") center left no-repeat; |
| | 464 | + background: url(images/feed-icon.png) center left no-repeat; |
| 465 | 465 | padding-left: 16px; |
| 466 | 466 | } |
| 467 | 467 | |
| — | — | @@ -477,12 +477,13 @@ |
| 478 | 478 | unicode-bidi: embed; |
| 479 | 479 | } |
| 480 | 480 | |
| 481 | | -/* wikitable class for skinning normal tables |
| 482 | | - * keep on sync with commonPrint.css |
| | 481 | +/** |
| | 482 | + * wikitable class for skinning normal tables |
| | 483 | + * keep in sync with commonPrint.css |
| 483 | 484 | */ |
| 484 | 485 | table.wikitable { |
| 485 | 486 | margin: 1em 1em 1em 0; |
| 486 | | - background: #f9f9f9; |
| | 487 | + background-color: #f9f9f9; |
| 487 | 488 | border: 1px #aaa solid; |
| 488 | 489 | border-collapse: collapse; |
| 489 | 490 | color: black; |
| — | — | @@ -493,7 +494,7 @@ |
| 494 | 495 | padding: 0.2em; |
| 495 | 496 | } |
| 496 | 497 | .wikitable th { |
| 497 | | - background: #f2f2f2; |
| | 498 | + background-color: #f2f2f2; |
| 498 | 499 | text-align: center; |
| 499 | 500 | } |
| 500 | 501 | .wikitable caption { |