Index: branches/wmf/1.16wmf4/skins/vector/main-ltr.css |
— | — | @@ -25,13 +25,13 @@ |
26 | 26 | } |
27 | 27 | body { |
28 | 28 | background-color: #f3f3f3; |
29 | | - background-image: url(images/page-base.png); |
| 29 | + background-image: url(images/page-base.png?1); |
30 | 30 | } |
31 | 31 | /* Content */ |
32 | 32 | #content { |
33 | 33 | margin-left: 10em; |
34 | 34 | padding: 1em; |
35 | | - background-image: url(images/border.png); |
| 35 | + background-image: url(images/border.png?1); |
36 | 36 | background-position: top left; |
37 | 37 | background-repeat: repeat-y; |
38 | 38 | background-color: white; |
— | — | @@ -40,7 +40,7 @@ |
41 | 41 | #page-base { |
42 | 42 | height: 5em; |
43 | 43 | background-color: white; |
44 | | - background-image: url(images/page-fade.png); |
| 44 | + background-image: url(images/page-fade.png?1); |
45 | 45 | background-position: bottom left; |
46 | 46 | background-repeat: repeat-x; |
47 | 47 | } |
— | — | @@ -48,7 +48,7 @@ |
49 | 49 | margin-top: -5em; |
50 | 50 | margin-left: 10em; |
51 | 51 | height: 5em; |
52 | | - background-image: url(images/border.png); |
| 52 | + background-image: url(images/border.png?1); |
53 | 53 | background-position: bottom left; |
54 | 54 | background-repeat: repeat-x; |
55 | 55 | } |
— | — | @@ -112,7 +112,7 @@ |
113 | 113 | float: left; |
114 | 114 | } |
115 | 115 | div.vectorTabs { |
116 | | - background-image: url(images/tab-break.png); |
| 116 | + background-image: url(images/tab-break.png?1); |
117 | 117 | background-position: bottom left; |
118 | 118 | background-repeat: no-repeat; |
119 | 119 | padding-left: 1px; |
— | — | @@ -139,7 +139,7 @@ |
140 | 140 | margin: 0; |
141 | 141 | padding: 0; |
142 | 142 | background-color: #f3f3f3; |
143 | | - background-image: url(images/tab-normal-fade.png); |
| 143 | + background-image: url(images/tab-normal-fade.png?1); |
144 | 144 | background-position: bottom left; |
145 | 145 | background-repeat: repeat-x; |
146 | 146 | white-space:nowrap; |
— | — | @@ -149,7 +149,7 @@ |
150 | 150 | display: block; |
151 | 151 | } |
152 | 152 | div.vectorTabs li.selected { |
153 | | - background-image: url(images/tab-current-fade.png); |
| 153 | + background-image: url(images/tab-current-fade.png?1); |
154 | 154 | } |
155 | 155 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
156 | 156 | div.vectorTabs li a { |
— | — | @@ -157,7 +157,7 @@ |
158 | 158 | height: 2.5em; |
159 | 159 | padding-left: 0.4em; |
160 | 160 | padding-right: 0.4em; |
161 | | - background-image: url(images/tab-break.png); |
| 161 | + background-image: url(images/tab-break.png?1); |
162 | 162 | background-position: bottom right; |
163 | 163 | background-repeat: no-repeat; |
164 | 164 | } |
— | — | @@ -202,7 +202,7 @@ |
203 | 203 | div.vectorMenu { |
204 | 204 | direction: ltr; |
205 | 205 | float: left; |
206 | | - background-image: url(images/arrow-down-icon.png); |
| 206 | + background-image: url(images/arrow-down-icon.png?1); |
207 | 207 | background-position: 100% 60%; |
208 | 208 | background-repeat: no-repeat; |
209 | 209 | cursor: pointer; |
— | — | @@ -215,7 +215,7 @@ |
216 | 216 | /* @noflip */ |
217 | 217 | #head div.vectorMenu h5 { |
218 | 218 | float: left; |
219 | | - background-image: url(images/tab-break.png); |
| 219 | + background-image: url(images/tab-break.png?1); |
220 | 220 | background-repeat: no-repeat; |
221 | 221 | } |
222 | 222 | /* IGNORED BY IE6 */ |
— | — | @@ -242,7 +242,7 @@ |
243 | 243 | width: 24px; |
244 | 244 | height: 2.5em; |
245 | 245 | text-decoration: none; |
246 | | - background-image: url(images/tab-break.png); |
| 246 | + background-image: url(images/tab-break.png?1); |
247 | 247 | background-repeat: no-repeat; |
248 | 248 | } |
249 | 249 | div.vectorMenu h5 a{ |
— | — | @@ -349,7 +349,7 @@ |
350 | 350 | position: relative; |
351 | 351 | border: solid 1px #AAAAAA; |
352 | 352 | background-color: white; |
353 | | - background-image: url(images/search-fade.png); |
| 353 | + background-image: url(images/search-fade.png?1); |
354 | 354 | background-position: top left; |
355 | 355 | background-repeat: repeat-x; |
356 | 356 | } |
— | — | @@ -375,7 +375,7 @@ |
376 | 376 | border: none; |
377 | 377 | cursor: pointer; |
378 | 378 | background-color: transparent; |
379 | | - background-image: url(images/search-ltr.png); |
| 379 | + background-image: url(images/search-ltr.png?1); |
380 | 380 | background-position: center center; |
381 | 381 | background-repeat: no-repeat; |
382 | 382 | } |
— | — | @@ -419,7 +419,7 @@ |
420 | 420 | margin: 0; |
421 | 421 | padding-top: 0.5em; |
422 | 422 | margin-left: 1.25em; |
423 | | - background-image: url(images/portal-break.png); |
| 423 | + background-image: url(images/portal-break.png?1); |
424 | 424 | background-repeat: no-repeat; |
425 | 425 | background-position: top left; |
426 | 426 | } |
— | — | @@ -449,7 +449,7 @@ |
450 | 450 | margin-left: 10em; |
451 | 451 | margin-top: 0; |
452 | 452 | padding: 0.75em; |
453 | | - background-image: url(images/border.png); |
| 453 | + background-image: url(images/border.png?1); |
454 | 454 | background-position: top left; |
455 | 455 | background-repeat: repeat-x; |
456 | 456 | } |
— | — | @@ -520,7 +520,7 @@ |
521 | 521 | clear: both; |
522 | 522 | margin: 0 !important; |
523 | 523 | padding: 0 !important; |
524 | | - background-image: url(images/preferences-break.png); |
| 524 | + background-image: url(images/preferences-break.png?1); |
525 | 525 | background-position: bottom left; |
526 | 526 | background-repeat: no-repeat; |
527 | 527 | } |
— | — | @@ -534,7 +534,7 @@ |
535 | 535 | white-space: nowrap; |
536 | 536 | list-style-type: none; |
537 | 537 | list-style-image: none; |
538 | | - background-image: url(images/preferences-break.png); |
| 538 | + background-image: url(images/preferences-break.png?1); |
539 | 539 | background-position: bottom right; |
540 | 540 | background-repeat: no-repeat; |
541 | 541 | } |
— | — | @@ -556,7 +556,7 @@ |
557 | 557 | text-decoration: underline; |
558 | 558 | } |
559 | 559 | #preftoc li.selected a { |
560 | | - background-image: url(images/preferences-fade.png); |
| 560 | + background-image: url(images/preferences-fade.png?1); |
561 | 561 | background-position: bottom; |
562 | 562 | background-repeat: repeat-x; |
563 | 563 | color: #333333; |
— | — | @@ -570,7 +570,7 @@ |
571 | 571 | clear: both; |
572 | 572 | border: solid 1px #cccccc; |
573 | 573 | background-color: #f9f9f9; |
574 | | - background-image: url(images/preferences-base.png); |
| 574 | + background-image: url(images/preferences-base.png?1); |
575 | 575 | } |
576 | 576 | #preferences fieldset.prefsection { |
577 | 577 | border: none; |
— | — | @@ -745,7 +745,7 @@ |
746 | 746 | list-style-type: square; |
747 | 747 | margin: .3em 0 0 1.5em; |
748 | 748 | padding: 0; |
749 | | - list-style-image: url(images/bullet-icon.png); |
| 749 | + list-style-image: url(images/bullet-icon.png?1); |
750 | 750 | } |
751 | 751 | ol { |
752 | 752 | line-height: 1.5em; |
— | — | @@ -1003,32 +1003,32 @@ |
1004 | 1004 | } |
1005 | 1005 | #content a.external, |
1006 | 1006 | #content a[href ^="gopher://"] { |
1007 | | - background: url(images/external-link-ltr-icon.png) center right no-repeat; |
| 1007 | + background: url(images/external-link-ltr-icon.png?1) center right no-repeat; |
1008 | 1008 | padding: 0 13px 0 0; |
1009 | 1009 | } |
1010 | 1010 | #content a[href ^="https://"], |
1011 | 1011 | .link-https { |
1012 | | - background: url(images/lock-icon.png) center right no-repeat; |
| 1012 | + background: url(images/lock-icon.png?1) center right no-repeat; |
1013 | 1013 | padding: 0 18px 0 0; |
1014 | 1014 | } |
1015 | 1015 | #content a[href ^="mailto:"], |
1016 | 1016 | .link-mailto { |
1017 | | - background: url(images/mail-icon.png) center right no-repeat; |
| 1017 | + background: url(images/mail-icon.png?1) center right no-repeat; |
1018 | 1018 | padding: 0 18px 0 0; |
1019 | 1019 | } |
1020 | 1020 | #content a[href ^="news://"] { |
1021 | | - background: url(images/news-icon.png) center right no-repeat; |
| 1021 | + background: url(images/news-icon.png?1) center right no-repeat; |
1022 | 1022 | padding: 0 18px 0 0; |
1023 | 1023 | } |
1024 | 1024 | #content a[href ^="ftp://"], |
1025 | 1025 | .link-ftp { |
1026 | | - background: url(images/file-icon.png) center right no-repeat; |
| 1026 | + background: url(images/file-icon.png?1) center right no-repeat; |
1027 | 1027 | padding: 0 18px 0 0; |
1028 | 1028 | } |
1029 | 1029 | #content a[href ^="irc://"], |
1030 | 1030 | #content a.extiw[href ^="irc://"], |
1031 | 1031 | .link-irc { |
1032 | | - background: url(images/talk-icon.png) center right no-repeat; |
| 1032 | + background: url(images/talk-icon.png?1) center right no-repeat; |
1033 | 1033 | padding: 0 18px 0 0; |
1034 | 1034 | } |
1035 | 1035 | #content a.external[href $=".ogg"], #content a.external[href $=".OGG"], |
— | — | @@ -1073,7 +1073,7 @@ |
1074 | 1074 | #pt-userpage, |
1075 | 1075 | #pt-anonuserpage, |
1076 | 1076 | #pt-login { |
1077 | | - background: url(images/user-icon.png) left top no-repeat; |
| 1077 | + background: url(images/user-icon.png?1) left top no-repeat; |
1078 | 1078 | padding-left: 15px !important; |
1079 | 1079 | text-transform: none; |
1080 | 1080 | } |
— | — | @@ -1110,24 +1110,24 @@ |
1111 | 1111 | height: 2.5em; |
1112 | 1112 | } |
1113 | 1113 | #ca-unwatch.icon a { |
1114 | | - background-image: url(images/watch-icons.png); |
| 1114 | + background-image: url(images/watch-icons.png?1); |
1115 | 1115 | background-position: -43px 60%; |
1116 | 1116 | } |
1117 | 1117 | #ca-watch.icon a { |
1118 | | - background-image: url(images/watch-icons.png); |
| 1118 | + background-image: url(images/watch-icons.png?1); |
1119 | 1119 | background-position: 5px 60%; |
1120 | 1120 | } |
1121 | 1121 | #ca-unwatch.icon a:hover { |
1122 | | - background-image: url(images/watch-icons.png); |
| 1122 | + background-image: url(images/watch-icons.png?1); |
1123 | 1123 | background-position: -67px 60%; |
1124 | 1124 | } |
1125 | 1125 | #ca-watch.icon a:hover { |
1126 | | - background-image: url(images/watch-icons.png); |
| 1126 | + background-image: url(images/watch-icons.png?1); |
1127 | 1127 | background-position: -19px 60%; |
1128 | 1128 | } |
1129 | 1129 | #ca-unwatch.icon a.loading, |
1130 | 1130 | #ca-watch.icon a.loading { |
1131 | | - background-image: url(images/watch-icon-loading.gif); |
| 1131 | + background-image: url(images/watch-icon-loading.gif?1); |
1132 | 1132 | background-position: center 60%; |
1133 | 1133 | } |
1134 | 1134 | #ca-unwatch.icon a span, |
— | — | @@ -1135,7 +1135,7 @@ |
1136 | 1136 | display: none; |
1137 | 1137 | } |
1138 | 1138 | div.vectorTabs ul { |
1139 | | - background-image:url(images/tab-break.png); |
| 1139 | + background-image:url(images/tab-break.png?1); |
1140 | 1140 | background-position:right bottom; |
1141 | 1141 | background-repeat:no-repeat; |
1142 | 1142 | } |
\ No newline at end of file |
Index: branches/wmf/1.16wmf4/skins/vector/main-rtl.css |
— | — | @@ -25,13 +25,13 @@ |
26 | 26 | } |
27 | 27 | body { |
28 | 28 | background-color: #f3f3f3; |
29 | | - background-image: url(images/page-base.png); |
| 29 | + background-image: url(images/page-base.png?1); |
30 | 30 | } |
31 | 31 | /* Content */ |
32 | 32 | #content { |
33 | 33 | margin-right: 10em; |
34 | 34 | padding: 1em; |
35 | | - background-image: url(images/border.png); |
| 35 | + background-image: url(images/border.png?1); |
36 | 36 | background-position: top right; |
37 | 37 | background-repeat: repeat-y; |
38 | 38 | background-color: white; |
— | — | @@ -40,7 +40,7 @@ |
41 | 41 | #page-base { |
42 | 42 | height: 5em; |
43 | 43 | background-color: white; |
44 | | - background-image: url(images/page-fade.png); |
| 44 | + background-image: url(images/page-fade.png?1); |
45 | 45 | background-position: bottom right; |
46 | 46 | background-repeat: repeat-x; |
47 | 47 | } |
— | — | @@ -48,7 +48,7 @@ |
49 | 49 | margin-top: -5em; |
50 | 50 | margin-right: 10em; |
51 | 51 | height: 5em; |
52 | | - background-image: url(images/border.png); |
| 52 | + background-image: url(images/border.png?1); |
53 | 53 | background-position: bottom right; |
54 | 54 | background-repeat: repeat-x; |
55 | 55 | } |
— | — | @@ -112,7 +112,7 @@ |
113 | 113 | float: left; |
114 | 114 | } |
115 | 115 | div.vectorTabs { |
116 | | - background-image: url(images/tab-break.png); |
| 116 | + background-image: url(images/tab-break.png?1); |
117 | 117 | background-position: bottom right; |
118 | 118 | background-repeat: no-repeat; |
119 | 119 | padding-right: 1px; |
— | — | @@ -139,7 +139,7 @@ |
140 | 140 | margin: 0; |
141 | 141 | padding: 0; |
142 | 142 | background-color: #f3f3f3; |
143 | | - background-image: url(images/tab-normal-fade.png); |
| 143 | + background-image: url(images/tab-normal-fade.png?1); |
144 | 144 | background-position: bottom right; |
145 | 145 | background-repeat: repeat-x; |
146 | 146 | white-space:nowrap; |
— | — | @@ -149,7 +149,7 @@ |
150 | 150 | display: block; |
151 | 151 | } |
152 | 152 | div.vectorTabs li.selected { |
153 | | - background-image: url(images/tab-current-fade.png); |
| 153 | + background-image: url(images/tab-current-fade.png?1); |
154 | 154 | } |
155 | 155 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
156 | 156 | div.vectorTabs li a { |
— | — | @@ -157,7 +157,7 @@ |
158 | 158 | height: 2.5em; |
159 | 159 | padding-right: 0.4em; |
160 | 160 | padding-left: 0.4em; |
161 | | - background-image: url(images/tab-break.png); |
| 161 | + background-image: url(images/tab-break.png?1); |
162 | 162 | background-position: bottom left; |
163 | 163 | background-repeat: no-repeat; |
164 | 164 | } |
— | — | @@ -202,7 +202,7 @@ |
203 | 203 | div.vectorMenu { |
204 | 204 | direction: ltr; |
205 | 205 | float: left; |
206 | | - background-image: url(images/arrow-down-icon.png); |
| 206 | + background-image: url(images/arrow-down-icon.png?1); |
207 | 207 | background-position: 100% 60%; |
208 | 208 | background-repeat: no-repeat; |
209 | 209 | cursor: pointer; |
— | — | @@ -215,7 +215,7 @@ |
216 | 216 | /* @noflip */ |
217 | 217 | #head div.vectorMenu h5 { |
218 | 218 | float: left; |
219 | | - background-image: url(images/tab-break.png); |
| 219 | + background-image: url(images/tab-break.png?1); |
220 | 220 | background-repeat: no-repeat; |
221 | 221 | } |
222 | 222 | /* IGNORED BY IE6 */ |
— | — | @@ -242,7 +242,7 @@ |
243 | 243 | width: 24px; |
244 | 244 | height: 2.5em; |
245 | 245 | text-decoration: none; |
246 | | - background-image: url(images/tab-break.png); |
| 246 | + background-image: url(images/tab-break.png?1); |
247 | 247 | background-repeat: no-repeat; |
248 | 248 | } |
249 | 249 | div.vectorMenu h5 a{ |
— | — | @@ -349,7 +349,7 @@ |
350 | 350 | position: relative; |
351 | 351 | border: solid 1px #AAAAAA; |
352 | 352 | background-color: white; |
353 | | - background-image: url(images/search-fade.png); |
| 353 | + background-image: url(images/search-fade.png?1); |
354 | 354 | background-position: top right; |
355 | 355 | background-repeat: repeat-x; |
356 | 356 | } |
— | — | @@ -375,7 +375,7 @@ |
376 | 376 | border: none; |
377 | 377 | cursor: pointer; |
378 | 378 | background-color: transparent; |
379 | | - background-image: url(images/search-rtl.png); |
| 379 | + background-image: url(images/search-rtl.png?1); |
380 | 380 | background-position: center center; |
381 | 381 | background-repeat: no-repeat; |
382 | 382 | } |
— | — | @@ -419,7 +419,7 @@ |
420 | 420 | margin: 0; |
421 | 421 | padding-top: 0.5em; |
422 | 422 | margin-right: 1.25em; |
423 | | - background-image: url(images/portal-break.png); |
| 423 | + background-image: url(images/portal-break.png?1); |
424 | 424 | background-repeat: no-repeat; |
425 | 425 | background-position: top right; |
426 | 426 | } |
— | — | @@ -449,7 +449,7 @@ |
450 | 450 | margin-right: 10em; |
451 | 451 | margin-top: 0; |
452 | 452 | padding: 0.75em; |
453 | | - background-image: url(images/border.png); |
| 453 | + background-image: url(images/border.png?1); |
454 | 454 | background-position: top right; |
455 | 455 | background-repeat: repeat-x; |
456 | 456 | } |
— | — | @@ -520,7 +520,7 @@ |
521 | 521 | clear: both; |
522 | 522 | margin: 0 !important; |
523 | 523 | padding: 0 !important; |
524 | | - background-image: url(images/preferences-break.png); |
| 524 | + background-image: url(images/preferences-break.png?1); |
525 | 525 | background-position: bottom right; |
526 | 526 | background-repeat: no-repeat; |
527 | 527 | } |
— | — | @@ -534,7 +534,7 @@ |
535 | 535 | white-space: nowrap; |
536 | 536 | list-style-type: none; |
537 | 537 | list-style-image: none; |
538 | | - background-image: url(images/preferences-break.png); |
| 538 | + background-image: url(images/preferences-break.png?1); |
539 | 539 | background-position: bottom left; |
540 | 540 | background-repeat: no-repeat; |
541 | 541 | } |
— | — | @@ -556,7 +556,7 @@ |
557 | 557 | text-decoration: underline; |
558 | 558 | } |
559 | 559 | #preftoc li.selected a { |
560 | | - background-image: url(images/preferences-fade.png); |
| 560 | + background-image: url(images/preferences-fade.png?1); |
561 | 561 | background-position: bottom; |
562 | 562 | background-repeat: repeat-x; |
563 | 563 | color: #333333; |
— | — | @@ -570,7 +570,7 @@ |
571 | 571 | clear: both; |
572 | 572 | border: solid 1px #cccccc; |
573 | 573 | background-color: #f9f9f9; |
574 | | - background-image: url(images/preferences-base.png); |
| 574 | + background-image: url(images/preferences-base.png?1); |
575 | 575 | } |
576 | 576 | #preferences fieldset.prefsection { |
577 | 577 | border: none; |
— | — | @@ -745,7 +745,7 @@ |
746 | 746 | list-style-type: square; |
747 | 747 | margin: .3em 1.5em 0 0; |
748 | 748 | padding: 0; |
749 | | - list-style-image: url(images/bullet-icon.png); |
| 749 | + list-style-image: url(images/bullet-icon.png?1); |
750 | 750 | } |
751 | 751 | ol { |
752 | 752 | line-height: 1.5em; |
— | — | @@ -1003,32 +1003,32 @@ |
1004 | 1004 | } |
1005 | 1005 | #content a.external, |
1006 | 1006 | #content a[href ^="gopher://"] { |
1007 | | - background: url(images/external-link-rtl-icon.png) center left no-repeat; |
| 1007 | + background: url(images/external-link-rtl-icon.png?1) center left no-repeat; |
1008 | 1008 | padding: 0 0 0 13px; |
1009 | 1009 | } |
1010 | 1010 | #content a[href ^="https://"], |
1011 | 1011 | .link-https { |
1012 | | - background: url(images/lock-icon.png) center left no-repeat; |
| 1012 | + background: url(images/lock-icon.png?1) center left no-repeat; |
1013 | 1013 | padding: 0 0 0 18px; |
1014 | 1014 | } |
1015 | 1015 | #content a[href ^="mailto:"], |
1016 | 1016 | .link-mailto { |
1017 | | - background: url(images/mail-icon.png) center left no-repeat; |
| 1017 | + background: url(images/mail-icon.png?1) center left no-repeat; |
1018 | 1018 | padding: 0 0 0 18px; |
1019 | 1019 | } |
1020 | 1020 | #content a[href ^="news://"] { |
1021 | | - background: url(images/news-icon.png) center left no-repeat; |
| 1021 | + background: url(images/news-icon.png?1) center left no-repeat; |
1022 | 1022 | padding: 0 0 0 18px; |
1023 | 1023 | } |
1024 | 1024 | #content a[href ^="ftp://"], |
1025 | 1025 | .link-ftp { |
1026 | | - background: url(images/file-icon.png) center left no-repeat; |
| 1026 | + background: url(images/file-icon.png?1) center left no-repeat; |
1027 | 1027 | padding: 0 0 0 18px; |
1028 | 1028 | } |
1029 | 1029 | #content a[href ^="irc://"], |
1030 | 1030 | #content a.extiw[href ^="irc://"], |
1031 | 1031 | .link-irc { |
1032 | | - background: url(images/talk-icon.png) center left no-repeat; |
| 1032 | + background: url(images/talk-icon.png?1) center left no-repeat; |
1033 | 1033 | padding: 0 0 0 18px; |
1034 | 1034 | } |
1035 | 1035 | #content a.external[href $=".ogg"], #content a.external[href $=".OGG"], |
— | — | @@ -1073,7 +1073,7 @@ |
1074 | 1074 | #pt-userpage, |
1075 | 1075 | #pt-anonuserpage, |
1076 | 1076 | #pt-login { |
1077 | | - background: url(images/user-icon.png) right top no-repeat; |
| 1077 | + background: url(images/user-icon.png?1) right top no-repeat; |
1078 | 1078 | padding-right: 15px !important; |
1079 | 1079 | text-transform: none; |
1080 | 1080 | } |
— | — | @@ -1110,24 +1110,24 @@ |
1111 | 1111 | height: 2.5em; |
1112 | 1112 | } |
1113 | 1113 | #ca-unwatch.icon a { |
1114 | | - background-image: url(images/watch-icons.png); |
| 1114 | + background-image: url(images/watch-icons.png?1); |
1115 | 1115 | background-position: -43px 60%; |
1116 | 1116 | } |
1117 | 1117 | #ca-watch.icon a { |
1118 | | - background-image: url(images/watch-icons.png); |
| 1118 | + background-image: url(images/watch-icons.png?1); |
1119 | 1119 | background-position: 5px 60%; |
1120 | 1120 | } |
1121 | 1121 | #ca-unwatch.icon a:hover { |
1122 | | - background-image: url(images/watch-icons.png); |
| 1122 | + background-image: url(images/watch-icons.png?1); |
1123 | 1123 | background-position: -67px 60%; |
1124 | 1124 | } |
1125 | 1125 | #ca-watch.icon a:hover { |
1126 | | - background-image: url(images/watch-icons.png); |
| 1126 | + background-image: url(images/watch-icons.png?1); |
1127 | 1127 | background-position: -19px 60%; |
1128 | 1128 | } |
1129 | 1129 | #ca-unwatch.icon a.loading, |
1130 | 1130 | #ca-watch.icon a.loading { |
1131 | | - background-image: url(images/watch-icon-loading.gif); |
| 1131 | + background-image: url(images/watch-icon-loading.gif?1); |
1132 | 1132 | background-position: center 60%; |
1133 | 1133 | } |
1134 | 1134 | #ca-unwatch.icon a span, |
— | — | @@ -1135,7 +1135,7 @@ |
1136 | 1136 | display: none; |
1137 | 1137 | } |
1138 | 1138 | div.vectorTabs ul { |
1139 | | - background-image:url(images/tab-break.png); |
| 1139 | + background-image:url(images/tab-break.png?1); |
1140 | 1140 | background-position:left bottom; |
1141 | 1141 | background-repeat:no-repeat; |
1142 | 1142 | } |
\ No newline at end of file |
Property changes on: branches/wmf/1.16wmf4/skins/vector |
___________________________________________________________________ |
Name: svn:mergeinfo |
1143 | 1143 | - /branches/wmf-deployment/skins/vector:60970 |
/trunk/phase3/skins/vector:63545-63546,63549,63643,63764,63897-63901,64456,65015,65383,65387,65391,65555,65590-65591 |
1144 | 1144 | + /branches/wmf-deployment/skins/vector:60970 |
/trunk/phase3/skins/vector:63545-63546,63549,63643,63764,63897-63901,64456,65015,65383,65387,65391,65555,65590-65591,65965 |
Index: branches/wmf/1.16wmf4/includes/DefaultSettings.php |
— | — | @@ -1687,7 +1687,7 @@ |
1688 | 1688 | * to ensure that client-side caches do not keep obsolete copies of global |
1689 | 1689 | * styles. |
1690 | 1690 | */ |
1691 | | -$wgStyleVersion = '274'; |
| 1691 | +$wgStyleVersion = '276'; |
1692 | 1692 | |
1693 | 1693 | |
1694 | 1694 | # Server-side caching: |
Property changes on: branches/wmf/1.16wmf4/includes/DefaultSettings.php |
___________________________________________________________________ |
Name: svn:mergeinfo |
1695 | 1695 | - /branches/REL1_15/phase3/includes/DefaultSettings.php:51646 |
/branches/sqlite/includes/DefaultSettings.php:58211-58321 |
/branches/wmf-deployment/includes/DefaultSettings.php:53381,60970 |
/trunk/phase3/includes/DefaultSettings.php:63549,63764,63897-63901,64692,64851,64856,64876,64892,64918,64948,65387,65391,65555,65590 |
1696 | 1696 | + /branches/REL1_15/phase3/includes/DefaultSettings.php:51646 |
/branches/sqlite/includes/DefaultSettings.php:58211-58321 |
/branches/wmf-deployment/includes/DefaultSettings.php:53381,60970 |
/trunk/phase3/includes/DefaultSettings.php:63549,63764,63897-63901,64692,64851,64856,64876,64892,64918,64948,65387,65391,65555,65590,65965 |