diff options
author | Andreas Gohr <andi@splitbrain.org> | 2011-03-21 20:08:03 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2011-03-21 20:08:03 +0100 |
commit | 5eb135e64ce05d284b43ea503670f8e6ee966f98 (patch) | |
tree | 846fcd0d49554f1f80a1a965cea24ce8dd7c3ec1 /lib/exe | |
parent | ac4be4d7b593a3b1762bd1ffb4f6ac9a5f22edd4 (diff) | |
parent | 7b4ea0818922673113eb39a2062d802b38492186 (diff) | |
download | rpg-5eb135e64ce05d284b43ea503670f8e6ee966f98.tar.gz rpg-5eb135e64ce05d284b43ea503670f8e6ee966f98.tar.bz2 |
Merge remote-tracking branch 'marklundeberg/master'
Diffstat (limited to 'lib/exe')
-rw-r--r-- | lib/exe/css.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exe/css.php b/lib/exe/css.php index 98a34860e..03f900034 100644 --- a/lib/exe/css.php +++ b/lib/exe/css.php @@ -204,7 +204,7 @@ function css_interwiki(){ // default style echo 'a.interwiki {'; echo ' background: transparent url('.DOKU_BASE.'lib/images/interwiki.png) 0px 1px no-repeat;'; - echo ' padding-left: 16px;'; + echo ' padding: 1px 0px 1px 16px;'; echo '}'; // additional styles when icon available |