Commit:    b7f906aedcdb7c6fd9f24d93df52306cdd5750e3
Author:    Hannes Magnusson <bj...@mongodb.com>         Mon, 30 Dec 2013 
19:43:06 -0800
Parents:   813d189b031e66181c6ed7988a4ef9d7db13466d
Branches:  master

Link:       
http://git.php.net/?p=web/qa.git;a=commitdiff;h=b7f906aedcdb7c6fd9f24d93df52306cdd5750e3

Log:
No need for tables

Changed paths:
  M  pulls/index.php


Diff:
diff --git a/pulls/index.php b/pulls/index.php
index 12a7404..ed8be74 100644
--- a/pulls/index.php
+++ b/pulls/index.php
@@ -16,10 +16,6 @@ $SITE_UPDATE = date("D M d H:i:s Y T", filectime(__FILE__));
 common_header();
 
 ?>
-<table width="70%" border="0" cellspacing="0" cellpadding="0">
-  <tr>
-    <td width="10"><img src="../gfx/spacer.gif" width="10" height="1"></td>
-    <td width="100%">
     <style type="text/css">
      #loading {
             position:fixed;
@@ -168,11 +164,6 @@ if (!constant('GITHUB_TOKEN')) {
     <button id="loginBtn">Login</button>
   </div>
   <div id="loading">Loading</div>
-
-          </td>
-          <td width="10"><img src="http://qa.php.net/gfx/spacer.gif"; 
width="10" height="1"></td>
-        </tr>
-      </table>
 <?php
 
 common_footer();


--
PHP Quality Assurance Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to