Index: trunk/extensions/ShortUrl/css/ext.shortUrl.css |
— | — | @@ -1,4 +1,5 @@ |
2 | 2 | .title-shortlink { |
3 | 3 | font-size: small; |
4 | | - font-family: monospace; |
| 4 | + display: Block; |
| 5 | + margin: 0px; |
5 | 6 | } |
Index: trunk/extensions/ShortUrl/redirect.htaccess |
— | — | @@ -0,0 +1,3 @@ |
| 2 | +RewriteEngine On |
| 3 | +# Needs fixing to remove extra Redirect |
| 4 | +RewriteRule ^([a-zA-Z0-9_-]+)$ /mediawiki/index.php/Special:ShortUrl/$1 [R] |