svnweb-commits
[Top][All Lists]
Advanced

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

[Svnweb-commits] r715 - in libreplanet-skins/branches/stable: . librepla


From: sysadmin
Subject: [Svnweb-commits] r715 - in libreplanet-skins/branches/stable: . libreplanet
Date: Wed, 30 Sep 2009 12:41:26 -0400

Author: mattl
Date: Wed Sep 30 12:41:21 2009
New Revision: 715

Log:
move YUI links to header

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

Modified: libreplanet-skins/branches/stable/LibrePlanet.php
==============================================================================
--- libreplanet-skins/branches/stable/LibrePlanet.php   Mon Sep 28 17:19:22 
2009        (r714)
+++ libreplanet-skins/branches/stable/LibrePlanet.php   Wed Sep 30 12:41:21 
2009        (r715)
@@ -108,6 +108,11 @@
                <script type="<?php $this->text('jsmimetype') ?>"><?php 
$this->html('userjsprev') ?></script>
 <?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">
+
+               <link rel="stylesheet" 
href="http://yui.yahooapis.com/2.7.0/build/base/base.css"; type="text/css">
+
        </head>
 <body id="tab-join"<?php if($this->data['body_ondblclick']) { ?> 
ondblclick="<?php $this->text('body_ondblclick') ?>"<?php } ?>
 <?php if($this->data['body_onload']) { ?> onload="<?php 
$this->text('body_onload') ?>"<?php } ?>

Modified: libreplanet-skins/branches/stable/libreplanet/lp.css
==============================================================================
--- libreplanet-skins/branches/stable/libreplanet/lp.css        Mon Sep 28 
17:19:22 2009        (r714)
+++ libreplanet-skins/branches/stable/libreplanet/lp.css        Wed Sep 30 
12:41:21 2009        (r715)
@@ -1,7 +1,3 @@
-     @import url('http://libreplanet.org/reset.css');
-     @import url('http://libreplanet.org/base.css');
-     @import url('http://libreplanet.org/screen.css');
-
 #content {color: black; margin-right: 0; padding: 20px; height: 100%;}
 
 #content {background-color: white; min-height: 400px }




reply via email to

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