Index: trunk/extensions/SemanticMediaWiki/skins/browse_iconsmall.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/extensions/SemanticMediaWiki/skins/SMW_custom.css |
— | — | @@ -143,6 +143,14 @@ |
144 | 144 | background: url(browse_iconsmall.png) center right no-repeat; |
145 | 145 | } |
146 | 146 | |
| 147 | +#bodyContent span.smwbrowse a:hover{ |
| 148 | + text-decoration: none; |
| 149 | + color: #0000FF; |
| 150 | + padding-right: 18px; |
| 151 | + margin-right: 0px; |
| 152 | + background: url(browse_icon.png) center right no-repeat; |
| 153 | +} |
| 154 | + |
147 | 155 | #bodyContent span.smwmap a{ |
148 | 156 | padding-right: 20px; |
149 | 157 | color: #888888; |
Index: trunk/extensions/SemanticMediaWiki/skins/browse_icon.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/extensions/SemanticMediaWiki/skins/browse_icon.png |
___________________________________________________________________ |
Added: svn:mime-type |
150 | 158 | + image/png |