diff options
author | Gina Haeussge <gina@foosel.net> | 2010-06-26 14:11:35 +0200 |
---|---|---|
committer | Gina Haeussge <gina@foosel.net> | 2010-06-26 14:11:35 +0200 |
commit | b038bf62450c4c0aceb9f2cf7d4e24335d6e7bdf (patch) | |
tree | 6a58c1cbfe2366acb3fbab4494e2eaa467486276 | |
parent | 7e1f9fd36044e5c651c71348897a3a3dc103d15a (diff) | |
download | rpg-b038bf62450c4c0aceb9f2cf7d4e24335d6e7bdf.tar.gz rpg-b038bf62450c4c0aceb9f2cf7d4e24335d6e7bdf.tar.bz2 |
FS#1874: removed padding for interwiki links in print stylesheet, as the icons aren't displayed there
-rw-r--r-- | lib/tpl/default/print.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/tpl/default/print.css b/lib/tpl/default/print.css index 46a419b35..60c172585 100644 --- a/lib/tpl/default/print.css +++ b/lib/tpl/default/print.css @@ -21,6 +21,10 @@ a { background: none !important; } +a.interwiki { + padding-left: 0px !important; +} + div.meta { clear: both; |