Commit: f5cbc8209efc4c47e8406612d2785a21bddb47fb Author: Levi Morrison <le...@php.net> Tue, 25 Jun 2013 12:43:17 -0600 Parents: 4b0551a348d35c63407d6297e3755b7555b128ab Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=f5cbc8209efc4c47e8406612d2785a21bddb47fb 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