Author: Máté Kocsis (kocsismate) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2021-08-01T17:19:20+02:00
Commit: https://github.com/php/web-php/commit/a7bb693aaa62948ab0a70417e4ca56073129334c Raw diff: https://github.com/php/web-php/commit/a7bb693aaa62948ab0a70417e4ca56073129334c.diff Format interfacenames the same way as classnames Closes GH-429. Changed paths: M styles/theme-medium.css Diff: diff --git a/styles/theme-medium.css b/styles/theme-medium.css index 7bb0475473..3c8b1da577 100644 --- a/styles/theme-medium.css +++ b/styles/theme-medium.css @@ -117,6 +117,7 @@ h1.refname { .methodname strong, .methodname a, .classsynopsis .classname, +.classsynopsis .interfacename, .parameter { color: #369; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
