Commit: 5ee4a69fe9ed42500f5a88ea567794655e7e234d Author: Hannes Magnusson <[email protected]> Mon, 27 Dec 2010 13:14:14 +0000 Parents: c10f5b6ba7483f36e905cf946ec0e0da453a0db4 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=5ee4a69fe9ed42500f5a88ea567794655e7e234d Log: Make the borders on all doctables the same on all manpages Changed paths: M styles/doc.css Diff: diff --git a/styles/doc.css b/styles/doc.css index a230554..0cfd85d 100644 --- a/styles/doc.css +++ b/styles/doc.css @@ -102,13 +102,13 @@ .docs .refentry .changelog .doctable { width: 100%; } -.docs .refentry .changelog .doctable th { +.docs .doctable th { border-bottom: 1px solid #987db3; } -.docs .refentry .changelog .doctable td { +.docs .doctable td { border-right: 1px solid #987db3; } -.docs .refentry .changelog .doctable td:last-child { +.docs .doctable td:last-child { border: 0px; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
