Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1455,7 +1455,7 @@ |
1456 | 1456 | * to ensure that client-side caches don't keep obsolete copies of global |
1457 | 1457 | * styles. |
1458 | 1458 | */ |
1459 | | -$wgStyleVersion = '199'; |
| 1459 | +$wgStyleVersion = '200'; |
1460 | 1460 | |
1461 | 1461 | |
1462 | 1462 | # Server-side caching: |
Index: trunk/phase3/skins/MonoBook.php |
— | — | @@ -295,8 +295,8 @@ |
296 | 296 | <?php } |
297 | 297 | if($this->data['feeds']) { ?> |
298 | 298 | <li id="feedlinks"><?php foreach($this->data['feeds'] as $key => $feed) { |
299 | | - ?><span id="<?php echo Sanitizer::escapeId( "feed-$key" ) ?>"><a href="<?php |
300 | | - echo htmlspecialchars($feed['href']) ?>"<?php echo $this->skin->tooltipAndAccesskey('feed-'.$key) ?>><?php echo htmlspecialchars($feed['text'])?></a> </span> |
| 299 | + ?><a id="<?php echo Sanitizer::escapeId( "feed-$key" ) ?>" href="<?php |
| 300 | + echo htmlspecialchars($feed['href']) ?>"<?php echo $this->skin->tooltipAndAccesskey('feed-'.$key) ?>><?php echo htmlspecialchars($feed['text'])?></a> |
301 | 301 | <?php } ?></li><?php |
302 | 302 | } |
303 | 303 | |
Index: trunk/phase3/skins/Modern.php |
— | — | @@ -293,8 +293,8 @@ |
294 | 294 | <?php } |
295 | 295 | if($this->data['feeds']) { ?> |
296 | 296 | <li id="feedlinks"><?php foreach($this->data['feeds'] as $key => $feed) { |
297 | | - ?><span id="<?php echo Sanitizer::escapeId( "feed-$key" ) ?>"><a href="<?php |
298 | | - echo htmlspecialchars($feed['href']) ?>"<?php echo $this->skin->tooltipAndAccesskey('feed-'.$key) ?>><?php echo htmlspecialchars($feed['text'])?></a> </span> |
| 297 | + ?><a id="<?php echo Sanitizer::escapeId( "feed-$key" ) ?>" href="<?php |
| 298 | + echo htmlspecialchars($feed['href']) ?>"<?php echo $this->skin->tooltipAndAccesskey('feed-'.$key) ?>><?php echo htmlspecialchars($feed['text'])?></a> |
299 | 299 | <?php } ?></li><?php |
300 | 300 | } |
301 | 301 | |
Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -900,6 +900,12 @@ |
901 | 901 | z-index: 3; |
902 | 902 | } |
903 | 903 | |
| 904 | +/* feed links */ |
| 905 | +#feed-atom, #feed-rss { |
| 906 | + background: url("feed-icon.png") center left no-repeat; |
| 907 | + padding-left: 16px; |
| 908 | +} |
| 909 | + |
904 | 910 | /* TODO: #t-iscite is only used by the Cite extension, come up with some |
905 | 911 | * system which allows extensions to add to this file on the fly |
906 | 912 | */ |
Index: trunk/phase3/skins/monobook/feed-icon.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/phase3/skins/monobook/feed-icon.png |
___________________________________________________________________ |
Added: svn:mime-type |
907 | 913 | + application/octet-stream |
Index: trunk/phase3/skins/monobook/rtl.css |
— | — | @@ -77,6 +77,12 @@ |
78 | 78 | right: 0; |
79 | 79 | } |
80 | 80 | |
| 81 | +/* feed links */ |
| 82 | +#feed-atom, #feed-rss { |
| 83 | + background: none; |
| 84 | + padding-left: 0; |
| 85 | +} |
| 86 | + |
81 | 87 | #p-cactions { |
82 | 88 | left: auto; |
83 | 89 | right: 11.5em; |
Index: trunk/phase3/skins/modern/rtl.css |
— | — | @@ -116,6 +116,12 @@ |
117 | 117 | padding: 0.1em 1em 0.3em 0; |
118 | 118 | } |
119 | 119 | |
| 120 | +/* feed links */ |
| 121 | +#feed-atom, #feed-rss { |
| 122 | + background: none; |
| 123 | + padding-left: 0; |
| 124 | +} |
| 125 | + |
120 | 126 | #p-cactions li { |
121 | 127 | float: right; |
122 | 128 | } |
Index: trunk/phase3/skins/modern/main.css |
— | — | @@ -162,6 +162,12 @@ |
163 | 163 | margin-top: .4em; |
164 | 164 | } |
165 | 165 | |
| 166 | +/* feed links */ |
| 167 | +#feed-atom, #feed-rss { |
| 168 | + background: url("feed-icon.png") center left no-repeat; |
| 169 | + padding-left: 16px; |
| 170 | +} |
| 171 | + |
166 | 172 | .portlet h5 { |
167 | 173 | padding: 0.1em 0 0.3em 1em; |
168 | 174 | margin: 0 0 0 0; |
Index: trunk/phase3/skins/modern/feed-icon.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/phase3/skins/modern/feed-icon.png |
___________________________________________________________________ |
Added: svn:mime-type |
169 | 175 | + application/octet-stream |
Index: trunk/phase3/skins/common/images/feed-icon.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/phase3/skins/common/images/feed-icon.png |
___________________________________________________________________ |
Added: svn:mime-type |
170 | 176 | + application/octet-stream |