Changed logo XML ID
authorTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 6 Jul 2009 23:46:43 +0000 (23:46 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 6 Jul 2009 23:46:43 +0000 (23:46 +0000)
skins/Vector.php
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index 1db531b..980994a 100644 (file)
@@ -693,12 +693,12 @@ class VectorTemplate extends QuickTemplate {
                </div>
                <!-- /foot -->
                <!-- logo -->
-               <div id="logo">
+               <div id="p-logo">
                        <a style="background-image: url(<?php $this->text('logopath') ?>);" href="<?php echo htmlspecialchars( $this->data['nav_urls']['mainpage']['href'] ) ?>" <?php echo $this->skin->tooltipAndAccesskey('p-logo') ?>></a>
                </div>
                <!-- /logo -->
                <!-- fixalpha -->
-               <script type="<?php $this->text('jsmimetype') ?>"> if (window.isMSIE55) fixalpha( 'logo' ); </script>
+               <script type="<?php $this->text('jsmimetype') ?>"> if (window.isMSIE55) fixalpha( 'p-logo' ); </script>
                <!-- /fixalpha -->
                <?php $this->html( 'bottomscripts' ); /* JS call to runBodyOnloadHook */ ?>
                <?php $this->html( 'reporttime' ) ?>
index 90d0263..c5cf028 100644 (file)
@@ -305,14 +305,14 @@ div#foot ul#foot-places li {
        line-height: 2em;
 }
 /* Logo */
-div#logo {
+div#p-logo {
        position: absolute;
        top: 0;
        left: 0;
        height: 12em;
        width: 12em;
 }
-div#logo a {
+div#p-logo a {
        display: block;
        width: 12em;
        height: 12em;
index 8b09833..ddf80d6 100644 (file)
@@ -319,14 +319,14 @@ div#foot ul#foot-places li {
        line-height: 2em;
 }
 /* Logo */
-div#logo {
+div#p-logo {
        position: absolute;
        top: 0;
        right: 0;
        height: 12em;
        width: 12em;
 }
-div#logo a {
+div#p-logo a {
        display: block;
        width: 12em;
        height: 12em;