Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -1330,13 +1330,6 @@ |
1331 | 1331 | font-weight:bold; |
1332 | 1332 | } |
1333 | 1333 | |
1334 | | -#mw_trackbacks { |
1335 | | - border: solid 1px #bbbbff; |
1336 | | - background-color: #eeeeff; |
1337 | | - padding: 0.2em; |
1338 | | -} |
1339 | | - |
1340 | | - |
1341 | 1334 | /* Allmessages table */ |
1342 | 1335 | |
1343 | 1336 | #allmessagestable th { |
Index: trunk/phase3/skins/modern/main.css |
— | — | @@ -844,13 +844,6 @@ |
845 | 845 | font-weight:bold; |
846 | 846 | } |
847 | 847 | |
848 | | -#mw_trackbacks { |
849 | | - border: solid 1px #bbbbff; |
850 | | - background-color: #eeeeff; |
851 | | - padding: 0.2em; |
852 | | -} |
853 | | - |
854 | | - |
855 | 848 | /* Allmessages table */ |
856 | 849 | |
857 | 850 | #allmessagestable th { |
Index: trunk/phase3/skins/common/oldshared.css |
— | — | @@ -319,12 +319,6 @@ |
320 | 320 | clear: both; |
321 | 321 | } |
322 | 322 | |
323 | | -#mw_trackbacks { |
324 | | - border: solid 1px #bbbbff; |
325 | | - background-color: #eeeeff; |
326 | | - padding: 0.2em; |
327 | | -} |
328 | | - |
329 | 323 | /* Allmessages table */ |
330 | 324 | |
331 | 325 | #allmessagestable th { |
Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -547,6 +547,12 @@ |
548 | 548 | clear: both; |
549 | 549 | } |
550 | 550 | |
| 551 | +#mw_trackbacks { |
| 552 | + border: solid 1px #bbbbff; |
| 553 | + background-color: #eeeeff; |
| 554 | + padding: 0.2em; |
| 555 | +} |
| 556 | + |
551 | 557 | /* |
552 | 558 | Table pager (e.g. Special:Imagelist) |
553 | 559 | - remove underlines from the navigation link |