Commit:    f3734aaca1d8dca130c950f9bc4fd3ae73265d3b
Author:    Philip Olson <[email protected]>         Fri, 31 Dec 2010 05:08:53 +0000
Parents:   d096824a70b1bb65bd2147488b110f8140fc2921
Branches:  master

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

Log:
Remove width: 100% from .docs .doctable, as it causes problems. Patch by David 
Tajchreber

Changed paths:
  M  styles/doc.css


Diff:
diff --git a/styles/doc.css b/styles/doc.css
index fad06d9..c7126fa 100644
--- a/styles/doc.css
+++ b/styles/doc.css
@@ -145,7 +145,6 @@ aside#quicktoc {
 
 .docs .doctable {
     margin: 3px 30px;
-    width: 100%;
 }
 .docs .doctable tbody tr:hover {
     background-color: #EFEFEF;


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

Reply via email to