r53411 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53410‎ | r53411 | r53412 >
Date:18:37, 17 July 2009
Author:tparscal
Status:ok
Tags:
Comment:
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.
Modified paths:
  • /trunk/phase3/skins/vector/main-ltr.css (modified) (history)
  • /trunk/phase3/skins/vector/main-rtl.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/main-ltr.css
@@ -418,14 +418,14 @@
419419 line-height: 2em;
420420 }
421421 /* Logo */
422 -div#p-logo {
 422+#p-logo {
423423 position: absolute;
424424 top: 0;
425425 left: 0;
426426 height: 12em;
427427 width: 12em;
428428 }
429 -div#p-logo a {
 429+#p-logo a {
430430 display: block;
431431 width: 12em;
432432 height: 12em;
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -418,14 +418,14 @@
419419 line-height: 2em;
420420 }
421421 /* Logo */
422 -div#p-logo {
 422+#p-logo {
423423 position: absolute;
424424 top: 0;
425425 right: 0;
426426 height: 12em;
427427 width: 12em;
428428 }
429 -div#p-logo a {
 429+#p-logo a {
430430 display: block;
431431 width: 12em;
432432 height: 12em;

Status & tagging log