Author: peter
Date: 2008-10-09 13:44:05 -0700 (Thu, 09 Oct 2008)
New Revision: 1452

Modified:
   branches/ica-atom/apps/qubit/templates/layout.php
   branches/ica-atom/web/css/graphic.css
   branches/ica-atom/web/css/layout.css
Log:
remove styling from layout template to css where it belongs

Modified: branches/ica-atom/apps/qubit/templates/layout.php
===================================================================
--- branches/ica-atom/apps/qubit/templates/layout.php   2008-10-09 19:06:21 UTC 
(rev 1451)
+++ branches/ica-atom/apps/qubit/templates/layout.php   2008-10-09 20:44:05 UTC 
(rev 1452)
@@ -36,9 +36,9 @@
 </div>
 </div> <!--close header-top -->
 
-<div id="header-middle" style="height: 110px;"> <!--ICA-AtoM header-->
+<div id="header-middle">
 <div id="logo">
-  <?php echo link_to(image_tag('/images/ica-atom_logo.png', 'width="440" 
height="95" alt="ICA-AtoM logo" style="margin: 12px 0 0 0 ; float: right; 
align:center;"'), '/homepage/') ?>
+  <?php echo link_to(image_tag('/images/logo.png', array('alt' => 
$sf_response->getTitle())), '/homepage/') ?>
 </div>
 </div> <!-- close header-middle -->
 

Modified: branches/ica-atom/web/css/graphic.css
===================================================================
--- branches/ica-atom/web/css/graphic.css       2008-10-09 19:06:21 UTC (rev 
1451)
+++ branches/ica-atom/web/css/graphic.css       2008-10-09 20:44:05 UTC (rev 
1452)
@@ -49,6 +49,7 @@
 text-decoration: none;
 padding: 0;
 margin: 0;
+float: right;
 }
 
 #logo img

Modified: branches/ica-atom/web/css/layout.css
===================================================================
--- branches/ica-atom/web/css/layout.css        2008-10-09 19:06:21 UTC (rev 
1451)
+++ branches/ica-atom/web/css/layout.css        2008-10-09 20:44:05 UTC (rev 
1452)
@@ -122,7 +122,7 @@
 margin: 0;
 padding: 0;
 border-bottom: 1px solid #999999;
-height: 95px;
+height: 110px;
 }
 
 #header-bottom {


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to