Made some changes which don't affect normal users, but content loaded into Apple...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 7 Aug 2009 17:26:08 +0000 (17:26 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 7 Aug 2009 17:26:08 +0000 (17:26 +0000)
skins/Vector.php
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index 517b081..fd9c87c 100644 (file)
@@ -539,33 +539,33 @@ class VectorTemplate extends QuickTemplate {
                                <?php $this->renderPortals( $this->data['sidebar'] ); ?>
                        </div>
                <!-- /panel -->
-               <!-- foot -->
-               <div id="foot">
+               <!-- 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 -->
+               <!-- footer -->
+               <div id="footer">
                        <?php foreach( $validFooterLinks as $category => $links ): ?>
                                <?php if ( count( $links ) > 0 ): ?>
-                               <ul id="foot-<?php echo $category ?>">
+                               <ul id="footer-<?php echo $category ?>">
                                        <?php foreach( $links as $link ): ?>
                                                <?php if( isset( $this->data[$link] ) && $this->data[$link] ): ?>
-                                               <li id="foot-<?php echo $category ?>-<?php echo $link ?>"><?php $this->html( $link ) ?></li>
+                                               <li id="footer-<?php echo $category ?>-<?php echo $link ?>"><?php $this->html( $link ) ?></li>
                                                <?php endif; ?>
                                        <?php endforeach; ?>
                                </ul>
                                <?php endif; ?>
                        <?php endforeach; ?>
-                       <ul id="foot-icons" class="noprint">
+                       <ul id="footer-icons" class="noprint">
                                <?php if ( $this->data['poweredbyico'] ): ?>
-                               <li id="foot-icon-poweredby"><?php $this->html( 'poweredbyico' ) ?></li>
+                               <li id="footer-icon-poweredby"><?php $this->html( 'poweredbyico' ) ?></li>
                                <?php endif; ?>
                                <?php if ( $this->data['copyrightico'] ): ?>
-                               <li id="foot-icon-copyright"><?php $this->html( 'copyrightico' ) ?></li>
+                               <li id="footer-icon-copyright"><?php $this->html( 'copyrightico' ) ?></li>
                                <?php endif; ?>
                        </ul>
                        <div style="clear:both"></div>
                </div>
-               <!-- /foot -->
-               <!-- 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 -->
+               <!-- /footer -->
                <!-- fixalpha -->
                <script type="<?php $this->text('jsmimetype') ?>"> if ( window.isMSIE55 ) fixalpha(); </script>
                <!-- /fixalpha -->
index f5f7e45..dbe2c88 100644 (file)
@@ -379,8 +379,8 @@ body {
        #panel div.portal div.body ul li a:visited {
                color: #0b0080;
        }
-/* Foot */
-#foot {
+/* Footer */
+#footer {
        margin-left: 12em;
        margin-top: 0;
        padding: 0.75em;
@@ -388,12 +388,14 @@ body {
        background-position: top left;
        background-repeat: repeat-x;
 }
-#foot ul {
+#footer ul {
        list-style: none;
+       list-style-image: none;
+       list-style-type: none;
        margin: 0;
        padding: 0;
 }
-#foot ul li {
+#footer ul li {
        margin: 0;
        padding: 0;
        padding-top: 0.5em;
@@ -401,21 +403,21 @@ body {
        color: #333333;
        font-size: 0.9em;
 }
-#foot #foot-icons {
+#footer #footer-icons {
        float: right;
 }
-#foot #foot-places {
+#footer #footer-places {
        float: left;
 }
-#foot #foot-info li {
+#footer #footer-info li {
        line-height: 1.4em;
 }
-#foot #foot-icons li {
+#footer #footer-icons li {
        float: left;
        margin-left: 0.5em;
        line-height: 2em;
 }
-#foot #foot-places li {
+#footer #footer-places li {
        float: left;
        margin-right: 1em;
        line-height: 2em;
index fcbf7ed..7abd573 100644 (file)
@@ -379,8 +379,8 @@ body {
        #panel div.portal div.body ul li a:visited {
                color: #0b0080;
        }
-/* Foot */
-#foot {
+/* Footer */
+#footer {
        margin-right: 12em;
        margin-top: 0;
        padding: 0.75em;
@@ -388,12 +388,14 @@ body {
        background-position: top right;
        background-repeat: repeat-x;
 }
-#foot ul {
+#footer ul {
        list-style: none;
+       list-style-image: none;
+       list-style-type: none;
        margin: 0;
        padding: 0;
 }
-#foot ul li {
+#footer ul li {
        margin: 0;
        padding: 0;
        padding-top: 0.5em;
@@ -401,21 +403,21 @@ body {
        color: #333333;
        font-size: 0.9em;
 }
-#foot #foot-icons {
+#footer #footer-icons {
        float: left;
 }
-#foot #foot-places {
+#footer #footer-places {
        float: right;
 }
-#foot #foot-info li {
+#footer #footer-info li {
        line-height: 1.4em;
 }
-#foot #foot-icons li {
+#footer #footer-icons li {
        float: right;
        margin-right: 0.5em;
        line-height: 2em;
 }
-#foot #foot-places li {
+#footer #footer-places li {
        float: right;
        margin-left: 1em;
        line-height: 2em;