Commit: 638860d3c286888c1b7164fa7413e2fc72cacfa6 Author: Sobak <[email protected]> Sun, 23 Mar 2014 16:59:33 +0100 Parents: 493a64f9bf94f8bf7f90b0eff7586e1d926d664b Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=638860d3c286888c1b7164fa7413e2fc72cacfa6 Log: SVN code listings improvement (partially fixes bug #66847) Bugs: https://bugs.php.net/66847 Changed paths: M styles/svn.css Diff: diff --git a/styles/svn.css b/styles/svn.css index 22c98a8..4e041c4 100644 --- a/styles/svn.css +++ b/styles/svn.css @@ -13,3 +13,18 @@ .vc_diff_add { background-color: green; } +#vc_file>table { + white-space: pre-wrap; + font-family: monospace; + padding-right: 0; +} +#vc_file>table tr:nth-child(even) { + background: #f0f3ff; +} +#vc_file>table tr:nth-child(odd) { + background: #fff; +} +#vc_file>table td.vc_file_line_number { + vertical-align: top; + color: #aaa; +} \ No newline at end of file -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
