r52404 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52403‎ | r52404 | r52405 >
Date:18:17, 25 June 2009
Author:ialex
Status:ok
Tags:
Comment:
move #mw_trackbacks definition to common/shared.css
Modified paths:
  • /trunk/phase3/skins/common/oldshared.css (modified) (history)
  • /trunk/phase3/skins/common/shared.css (modified) (history)
  • /trunk/phase3/skins/modern/main.css (modified) (history)
  • /trunk/phase3/skins/monobook/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/main.css
@@ -1330,13 +1330,6 @@
13311331 font-weight:bold;
13321332 }
13331333
1334 -#mw_trackbacks {
1335 - border: solid 1px #bbbbff;
1336 - background-color: #eeeeff;
1337 - padding: 0.2em;
1338 -}
1339 -
1340 -
13411334 /* Allmessages table */
13421335
13431336 #allmessagestable th {
Index: trunk/phase3/skins/modern/main.css
@@ -844,13 +844,6 @@
845845 font-weight:bold;
846846 }
847847
848 -#mw_trackbacks {
849 - border: solid 1px #bbbbff;
850 - background-color: #eeeeff;
851 - padding: 0.2em;
852 -}
853 -
854 -
855848 /* Allmessages table */
856849
857850 #allmessagestable th {
Index: trunk/phase3/skins/common/oldshared.css
@@ -319,12 +319,6 @@
320320 clear: both;
321321 }
322322
323 -#mw_trackbacks {
324 - border: solid 1px #bbbbff;
325 - background-color: #eeeeff;
326 - padding: 0.2em;
327 -}
328 -
329323 /* Allmessages table */
330324
331325 #allmessagestable th {
Index: trunk/phase3/skins/common/shared.css
@@ -547,6 +547,12 @@
548548 clear: both;
549549 }
550550
 551+#mw_trackbacks {
 552+ border: solid 1px #bbbbff;
 553+ background-color: #eeeeff;
 554+ padding: 0.2em;
 555+}
 556+
551557 /*
552558 Table pager (e.g. Special:Imagelist)
553559 - remove underlines from the navigation link

Follow-up revisions

RevisionCommit summaryAuthorDate
r53399Merging UI fixes from trunk (acaifix tag), first batch:...brion15:17, 17 July 2009

Status & tagging log