Commit:    dc8872403a599b39fa799b88a65d364071b7384c
Author:    Hannes Magnusson <bj...@mongodb.com>         Mon, 30 Dec 2013 
00:55:26 -0800
Parents:   17e8e39c2c5503f984e09764d300a0e503cb6570
Branches:  master

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

Log:
This is only one column layout.. make it use more space

Changed paths:
  M  include/functions.php


Diff:
diff --git a/include/functions.php b/include/functions.php
index b6bf8ee..bcb8cbd 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -22,7 +22,7 @@ function common_header($extra_headers=NULL) {
         array("href" => "/pulls/",            "text" => "Github PRs"),
     );
     include __DIR__ . "/../shared/templates/header.inc";
-    echo '<section class="mainscreen">';
+    echo '<section class="fullscreen">';
 }
 
 function common_footer() {


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

Reply via email to