svnweb-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Svnweb-commits] r716 - libreplanet-skins/branches/stable


From: sysadmin
Subject: [Svnweb-commits] r716 - libreplanet-skins/branches/stable
Date: Wed, 30 Sep 2009 12:50:42 -0400

Author: mattl
Date: Wed Sep 30 12:50:42 2009
New Revision: 716

Log:
more CSS fixes

Modified:
   libreplanet-skins/branches/stable/LibrePlanet.php

Modified: libreplanet-skins/branches/stable/LibrePlanet.php
==============================================================================
--- libreplanet-skins/branches/stable/LibrePlanet.php   Wed Sep 30 12:41:21 
2009        (r715)
+++ libreplanet-skins/branches/stable/LibrePlanet.php   Wed Sep 30 12:50:42 
2009        (r716)
@@ -34,9 +34,6 @@
 
                parent::setupSkinUserCss( $out );
 
-               // Append to the default screen common & print styles...
-               $out->addStyle( 'libreplanet/lp.css', 'screen' );
-
                if( $wgHandheldStyle ) {
                        // Currently in testing... try 'chick/main.css'
                        $out->addStyle( $wgHandheldStyle, 'handheld' );
@@ -109,9 +106,15 @@
 <?php  }
                if($this->data['trackbackhtml']) print 
$this->data['trackbackhtml']; ?>
 
-               <link rel="stylesheet" 
href="http://yui.yahooapis.com/2.7.0/build/reset-fonts-grids/reset-fonts-grids.css";
 type="text/css">
+               <style type="text/css" media="screen">
+
+                  @import 
url('http://yui.yahooapis.com/2.7.0/build/reset-fonts-grids/reset-fonts-grids.css";
 type="text/css');
+
+                  @import 
url('http://yui.yahooapis.com/2.7.0/build/base/base.css');
+
+                  @import url('http://libreplanet.org/screen.css');
 
-               <link rel="stylesheet" 
href="http://yui.yahooapis.com/2.7.0/build/base/base.css"; type="text/css">
+               </style>
 
        </head>
 <body id="tab-join"<?php if($this->data['body_ondblclick']) { ?> 
ondblclick="<?php $this->text('body_ondblclick') ?>"<?php } ?>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]