aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-01-06 14:33:56 +0100
committerAlex Legler <alex@a3li.li>2015-01-06 14:33:56 +0100
commitfe712d24352c32cb9c912a22d35d6ecb6afad6dd (patch)
treec513811352ac06ca7759f8bde73ccf966b3b267d
parentDon't display jump-to-content when tabbing in a desktop browser (diff)
downloadskin-tyrian-fe712d24352c32cb9c912a22d35d6ecb6afad6dd.tar.gz
skin-tyrian-fe712d24352c32cb9c912a22d35d6ecb6afad6dd.tar.bz2
skin-tyrian-fe712d24352c32cb9c912a22d35d6ecb6afad6dd.zip
Fix margins on translation and language tools
-rw-r--r--main.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/main.css b/main.css
index 4ed3ffc..47caf21 100644
--- a/main.css
+++ b/main.css
@@ -57,6 +57,15 @@ body.page-Main_Page div.jumbotron img {
padding-bottom: 10px;
}
+.mw-pt-languages {
+ margin-bottom: 1em;
+ margin-top: -.75em;
+}
+
+.mw-pt-translate-header {
+ margin-bottom: -1em;
+}
+
body.skin-tyrian .catlinks {
margin-top: 8px;
margin-bottom: 4px;