Author: George Peter Banyard (Girgias) Committer: GitHub (web-flow) Pusher: Girgias Date: 2022-03-15T17:39:33Z
Commit: https://github.com/php/web-php/commit/d9d43e965aefa5d3f3a2d3ffed5acd893d6b9771 Raw diff: https://github.com/php/web-php/commit/d9d43e965aefa5d3f3a2d3ffed5acd893d6b9771.diff Fix CSS style to also apply to destructorsynopsis (#504) Changed paths: M styles/theme-medium.css Diff: diff --git a/styles/theme-medium.css b/styles/theme-medium.css index 3c8b1da57..902930c1b 100644 --- a/styles/theme-medium.css +++ b/styles/theme-medium.css @@ -86,14 +86,16 @@ h1.refname { .interfacename a, .fieldsynopsis .type, .methodsynopsis .type, -.constructorsynopsis .type { +.constructorsynopsis .type, +.destructorsynopsis .type { color:#693; } .classsynopsisinfo .modifier, .fieldsynopsis .modifier, .methodsynopsis .modifier, -.constructorsynopsis .modifier { +.constructorsynopsis .modifier, +.destructorsynopsis .modifier { color: #936; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php