svn: /pear2/sandbox/pear2.php.net/trunk/ templates/pear2/Categories.tpl.php templates/pear2/Main.tpl.php templates/pear2/css/main.css

[email protected] (Brett Bieber)
Newsgroups php.pear.cvs,php.pear.core
Message-ID <[email protected]>
saltybeagle                              Tue, 01 Jun 2010 17:23:23 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=300061

Log:
Remove clearfix divs in favor of overflow:auto. Ignore the .htaccess file.

Changed paths:
    _U  pear2/sandbox/pear2.php.net/trunk/
    U   pear2/sandbox/pear2.php.net/trunk/templates/pear2/Categories.tpl.php
    U   pear2/sandbox/pear2.php.net/trunk/templates/pear2/Main.tpl.php
    U   pear2/sandbox/pear2.php.net/trunk/templates/pear2/css/main.css


Property changes on: pear2/sandbox/pear2.php.net/trunk
___________________________________________________________________
Modified: svn:ignore
   - config.inc.php
buildpath
project
includes
bugmanager_db.sqlite

   + config.inc.php
buildpath
project
includes
bugmanager_db.sqlite
htaccess


Modified: pear2/sandbox/pear2.php.net/trunk/templates/pear2/Categories.tpl.php
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/templates/pear2/Categories.tpl.php	2010-06-01 17:13:50 UTC (rev 300060)
+++ pear2/sandbox/pear2.php.net/trunk/templates/pear2/Categories.tpl.php	2010-06-01 17:23:23 UTC (rev 300061)
@@ -27,7 +27,5 @@
                     <?php
                     endforeach; ?>
                 </ul>
-
-                <div class="clearfix"></div>
             </div>
         </div>

Modified: pear2/sandbox/pear2.php.net/trunk/templates/pear2/Main.tpl.php
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/templates/pear2/Main.tpl.php	2010-06-01 17:13:50 UTC (rev 300060)
+++ pear2/sandbox/pear2.php.net/trunk/templates/pear2/Main.tpl.php	2010-06-01 17:23:23 UTC (rev 300061)
@@ -30,7 +30,6 @@
                     <li><a href="<?php echo PEAR2\SimpleChannelFrontend\Main::getURL('PEAR2\SimpleChannelFrontend\Support'); ?>">Support</a></li>
                 </ul>
             </div>
-            <div class="clearfix"></div>

         </div>
     </div>
@@ -49,7 +48,6 @@
                     <a class="button" href="#">Download Pyrus ↴</a>
                 </div>
             </div>
-            <div class="clearfix"></div>

         </div>
     </div>
@@ -74,7 +72,6 @@
 <div id="content">
     <div class="content">
         <?php echo $savant->render($context->page_content); ?>
-        <div class="clearfix"></div>
     </div>
 </div>

@@ -94,7 +91,6 @@
             <ul class="footer-menu footer-menu-last">
                 <li class="header"><a href="<?php echo PEAR2\SimpleChannelFrontend\Main::getURL('PEAR2\SimpleChannelFrontend\Support'); ?>">Support</a></li>
             </ul>
-            <div class="clearfix"></div>
             <p class="note">
             Copyright © 2001-2010 The PHP Group, all rights reserved. Bandwidth and
             hardware provided by Pair Networks. Pear is a framework and distribution

Modified: pear2/sandbox/pear2.php.net/trunk/templates/pear2/css/main.css
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/templates/pear2/css/main.css	2010-06-01 17:13:50 UTC (rev 300060)
+++ pear2/sandbox/pear2.php.net/trunk/templates/pear2/css/main.css	2010-06-01 17:23:23 UTC (rev 300061)
@@ -44,10 +44,6 @@
 	font-weight: bold;
 }

-.clearfix {
-	clear: both;
-}
-
 .content {
 	width: 900px;
 	margin: 0 auto;
@@ -280,6 +276,7 @@
 	font-size: 17px;
 	color: #fff;
 	background: #649f43;
+	overflow:auto;
 }
 #header #mid :link,
 #header #mid :visited,
@@ -326,6 +323,7 @@

 #content {
 	padding: 20px;
+	overflow: auto;
 }

 #content .content {
@@ -441,6 +439,7 @@
 	border-radius: 6px;
 	padding: 20px;
 	clear: both;
+	overflow:auto;
 }

 .pearbox .pearbox-header {
@@ -500,6 +499,7 @@
 	color: rgba(255,255,255,0.6);
 	font-size: 14px;
 	margin-bottom: 80px;
+	clear:both;
 }
 #footer .note :link,
 #footer .note :visited,
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.