From 9fe27ddb7f1e0087400b8c5581be70394033e809 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Fri, 17 Jul 2009 18:37:35 +0000 Subject: [PATCH] Made the #p-logo rules less specific to avoid breaking overrides which are not more specific (seen on ar.wikipedia.org for instance). There are allot of uses of element#id which are perhaps not needed in this file - perhaps we could consider removing any specificity that is not absolutely nessecary. --- skins/vector/main-ltr.css | 4 ++-- skins/vector/main-rtl.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index d7a30d74cc..6cddd9f828 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -418,14 +418,14 @@ div#foot ul#foot-places li { line-height: 2em; } /* Logo */ -div#p-logo { +#p-logo { position: absolute; top: 0; left: 0; height: 12em; width: 12em; } -div#p-logo a { +#p-logo a { display: block; width: 12em; height: 12em; diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index fc09c12bd8..6ce13c2125 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -418,14 +418,14 @@ div#foot ul#foot-places li { line-height: 2em; } /* Logo */ -div#p-logo { +#p-logo { position: absolute; top: 0; right: 0; height: 12em; width: 12em; } -div#p-logo a { +#p-logo a { display: block; width: 12em; height: 12em; -- 2.20.1