diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-07-03 21:24:28 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-07-03 21:24:28 +0000 |
commit | a9f505746814ccbdbd450b8f1ff333af526a8cf1 (patch) | |
tree | 1fb0b6ccd35670260d00bf9544ce61ff08b1fd05 | |
parent | 9a728f50057879b8ae857bf85faf222f5287f522 (diff) | |
download | mediawiki-a9f505746814ccbdbd450b8f1ff333af526a8cf1.tar mediawiki-a9f505746814ccbdbd450b8f1ff333af526a8cf1.tar.gz mediawiki-a9f505746814ccbdbd450b8f1ff333af526a8cf1.tar.bz2 mediawiki-a9f505746814ccbdbd450b8f1ff333af526a8cf1.tar.xz mediawiki-a9f505746814ccbdbd450b8f1ff333af526a8cf1.zip |
force link colors to match www.m.o style
-rw-r--r-- | skins/Vector.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/Vector.php b/skins/Vector.php index 04d1603..6d06a83 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -451,6 +451,7 @@ class VectorTemplate extends QuickTemplate { global $wgVectorUseSimpleSearch; ?> <style> + a, a:link { color: #2383c2; text-decoration: none; } #mga-body { position: absolute; top: 128px; |