Commit:    546998eab548c4747a62d736ff97c4f538f51f79
Author:    Hannes Magnusson <bj...@mongodb.com>         Tue, 10 Dec 2013 
16:56:37 -0800
Parents:   109abcc997bd26a8056aab46c7577bf5ae06d0c8
Branches:  master

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

Log:
Maybe a little better?

Changed paths:
  M  docs.php
  M  git-php.php


Diff:
diff --git a/docs.php b/docs.php
index e222115..678855f 100644
--- a/docs.php
+++ b/docs.php
@@ -7,7 +7,8 @@ site_header("Documentation", array("current" => "docs"));
 
 ?>
 
-<h1>Documentation</h1>
+<h1 class="content-header">Documentation</h1>
+<div class="content-box">
 
 <p>
  The PHP Manual is available online in a selection of languages.
@@ -27,8 +28,9 @@ site_header("Documentation", array("current" => "docs"));
  parts might be outdated. The translation teams are open to
  contributions. 
 </p>
+</div>
 
-<table border="0" cellpadding="3" cellspacing="2" class="standard">
+<table class="standard">
  <tr>
   <th>Formats</th>
   <th>Destinations</th>
@@ -66,8 +68,8 @@ foreach ($ACTIVE_ONLINE_LANGUAGES as $langcode => $langname) {
  </tr>
 </table>
 
-<h2>More documentation</h2>
-<ul>
+<h2 class="content-header">More documentation</h2>
+<ul class="content-box listed">
  <li>
   If you are interested in how the documentation is edited and translated,
   you should read the <a href="https://wiki.php.net/doc/howto";>Documentation 
HOWTO</a>.
diff --git a/git-php.php b/git-php.php
index 9c9da8f..5661f79 100644
--- a/git-php.php
+++ b/git-php.php
@@ -37,7 +37,7 @@ $groups = array(
 
 ?>
 
-<h1>Using Git for PHP Development</h1>
+<h1 class="content-header">Using Git for PHP Development</h1>
 
 <?php
 
@@ -179,6 +179,7 @@ EOT;
     }
 ?>
 
+<div class="content-box">
 <p>
  All PHP development is done through a distributed revision control system
  called Git. This helps us track changes and it makes it possible for people
@@ -196,6 +197,7 @@ EOT;
 <p>
  And once again, since people just don't seem to understand this point:
 </p>
+</div>
 
 <table border="0" cellpadding="3" class="standard">
  <tr>
@@ -240,7 +242,8 @@ EOT;
  </tr>
 </table>
 
-<p>
+<h3 class="content-header">Contributing patches</h3>
+<p class="content-box">
  If you are contributing a patch, a small fix, or another minor change you do
  not need to ask for a Git account before submitting it. Fork our
  <a href="https://github.com/php/php-src";>GitHub repository</a> and create a


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to