Revision: 1063
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1063&view=rev
Author:   cimorrison
Date:     2009-03-22 23:11:25 +0000 (Sun, 22 Mar 2009)

Log Message:
-----------
Added some ids to divs to assist in styling the header.

Modified Paths:
--------------
    mrbs/trunk/web/functions.inc

Modified: mrbs/trunk/web/functions.inc
===================================================================
--- mrbs/trunk/web/functions.inc        2009-03-22 17:42:56 UTC (rev 1062)
+++ mrbs/trunk/web/functions.inc        2009-03-22 23:11:25 UTC (rev 1063)
@@ -207,8 +207,9 @@
   <table id="banner">
     <tr>
       <td id="company">
+        <div>
           <?php
-          echo "<div>\n";
+          echo "<div id=\"logo\">\n";
           if (!empty($mrbs_company_url))
           {
             echo "<a href=\"$mrbs_company_url\">\n";
@@ -229,12 +230,13 @@
           echo "</div>\n";
           if (!empty($mrbs_company_more_info))
           {
-            echo "<div>$mrbs_company_more_info</div>\n";
+            echo "<div id=\"more_info\">$mrbs_company_more_info</div>\n";
           }
           ?>
-          <div>
+          <div id="mrbs">
             <a href="index.php"><?php echo get_vocab("mrbs") ?></a>
           </div>
+        </div>
       </td>
       <td>
         <form action="day.php" method="get" id="Form1">


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to