r47648 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47647‎ | r47648 | r47649 >
Date:04:22, 22 February 2009
Author:alnokta
Status:ok
Tags:
Comment:
fix indentation for rev 47615
Modified paths:
  • /trunk/phase3/skins/common/wikibits.js (modified) (history)
  • /trunk/phase3/skins/monobook/FF2Fixes.css (modified) (history)
  • /trunk/phase3/skins/monobook/IE60Fixes.css (modified) (history)
  • /trunk/phase3/skins/monobook/IE70Fixes.css (modified) (history)
  • /trunk/phase3/skins/monobook/Opera6Fixes.css (modified) (history)
  • /trunk/phase3/skins/monobook/Opera7Fixes.css (modified) (history)
  • /trunk/phase3/skins/monobook/Opera9Fixes.css (modified) (history)
  • /trunk/phase3/skins/monobook/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/Opera6Fixes.css
@@ -14,7 +14,7 @@
1515 }
1616
1717 .rtl a.feedlink {
18 - background-position: right;
19 - padding-right: 0;
20 - padding-left: 16px;
 18+ background-position: right;
 19+ padding-right: 0;
 20+ padding-left: 16px;
2121 }
Index: trunk/phase3/skins/monobook/Opera7Fixes.css
@@ -15,7 +15,7 @@
1616 }
1717
1818 .rtl a.feedlink {
19 - background-position: right;
20 - padding-right: 0;
21 - padding-left: 16px;
 19+ background-position: right;
 20+ padding-right: 0;
 21+ padding-left: 16px;
2222 }
Index: trunk/phase3/skins/monobook/Opera9Fixes.css
@@ -1,11 +1,11 @@
22 .rtl #bodyContent a.external {
3 - background-image: url(external-rtl.png);
4 - padding-right: 0;
5 - padding-left: 13px;
 3+ background-image: url(external-rtl.png);
 4+ padding-right: 13px;
 5+ padding-left: 0;
66 }
77
88 .rtl a.feedlink {
9 - background-position: right;
10 - padding-right: 0;
11 - padding-left: 16px;
 9+ background-position: right;
 10+ padding-right: 0;
 11+ padding-left: 16px;
1212 }
Index: trunk/phase3/skins/monobook/IE60Fixes.css
@@ -62,14 +62,14 @@
6363 }
6464
6565 .rtl #bodyContent a.external {
66 - background-image: url(external-rtl.png);
67 - padding-right: 13px;
 66+ background-image: url(external-rtl.png);
 67+ padding-right: 13px;
6868 }
6969
7070 .rtl a.feedlink {
71 - background-position: right;
72 - padding-right: 0;
73 - padding-left: 16px;
 71+ background-position: right;
 72+ padding-right: 0;
 73+ padding-left: 16px;
7474 }
7575
7676 /* show the hand */
Index: trunk/phase3/skins/monobook/IE70Fixes.css
@@ -19,14 +19,14 @@
2020 }
2121
2222 .rtl #bodyContent a.external {
23 - background-image: url(external-rtl.png);
24 - padding: 0 13px 0 0;
 23+ background-image: url(external-rtl.png);
 24+ padding: 0 13px 0 0;
2525 }
2626
2727 .rtl a.feedlink {
28 - background-position: right;
29 - padding-right: 0;
30 - padding-left: 16px;
 28+ background-position: right;
 29+ padding-right: 0;
 30+ padding-left: 16px;
3131 }
3232 /* the tabs */
3333
Index: trunk/phase3/skins/monobook/FF2Fixes.css
@@ -1,4 +1,4 @@
22 .rtl .external, a.feedlink {
3 - padding: 0 !important;
4 - background: none !important;
 3+ padding: 0 !important;
 4+ background: none !important;
55 }
Index: trunk/phase3/skins/monobook/main.css
@@ -589,9 +589,9 @@
590590 padding-right: 0;
591591 }
592592 .rtl a.feedlink {
593 - background-position: right;
594 - padding-right: 16px;
595 - padding-left: 0;
 593+ background-position: right;
 594+ padding-right: 16px;
 595+ padding-left: 0;
596596 }
597597
598598 /* correction for ltr wikis */
Index: trunk/phase3/skins/common/wikibits.js
@@ -93,11 +93,11 @@
9494 } else if (is_opera_seven && !is_opera_95) {
9595 importStylesheetURI(stylepath+'/'+skin+'/Opera7Fixes.css');
9696 } else if (is_opera_95) {
97 - importStylesheetURI(stylepath+'/'+skin+'/Opera9Fixes.css');
 97+ importStylesheetURI(stylepath+'/'+skin+'/Opera9Fixes.css');
9898 } else if (is_khtml) {
9999 importStylesheetURI(stylepath+'/'+skin+'/KHTMLFixes.css');
100100 } else if (is_ff2_) {
101 - importStylesheetURI(stylepath+'/'+skin+'/FF2Fixes.css');
 101+ importStylesheetURI(stylepath+'/'+skin+'/FF2Fixes.css');
102102 }
103103 }
104104

Status & tagging log