Commit: cd40c27b54d9ae9151ab8d709758b238fb9c150a Author: Levi Morrison <[email protected]> Tue, 25 Jun 2013 12:43:17 -0600 Parents: 8e1e68ed42575ed4687bbfc017f060b69cd04c75 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=cd40c27b54d9ae9151ab8d709758b238fb9c150a Log: Fixed verinfo overlap with content on some pages. Changed paths: M styles/doc.css Diff: diff --git a/styles/doc.css b/styles/doc.css index 2d715bf..46c03f3 100755 --- a/styles/doc.css +++ b/styles/doc.css @@ -311,10 +311,9 @@ ul.chunklist_children { } .docs p.verinfo { - position: absolute; - right:0; - top: 1.5em; + float:right; color: #777; + margin:0 0 0 1.5em; } .docs h1.refname, -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
