Commit: 26dc4dd47af8fc89b99870b38276e5ccd0cbdd89 Author: Adam Harvey <[email protected]> Tue, 30 Dec 2014 12:04:50 -0800 Parents: 45f08afa5e17e956671cc5bcd7f817e8a210b272 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=26dc4dd47af8fc89b99870b38276e5ccd0cbdd89 Log: Mark up field synopses like method synopses. The right fix is probably to apply the dc-description class in PhD, but this at least gets us the right formatting for now. Fixes bug #68699 (Styling on OO/procedural fields is poor). Bugs: https://bugs.php.net/68699 Changed paths: M styles/theme-base.css M styles/theme-medium.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 347f497..b6d6294 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -1297,6 +1297,7 @@ div.tip p:first-child { } .docs .classsynopsis, +.docs .fieldsynopsis, .refsect1 .dc-description, .docs .sect1 .dc-description { padding: .75rem; diff --git a/styles/theme-medium.css b/styles/theme-medium.css index 7efe67a..e381714 100755 --- a/styles/theme-medium.css +++ b/styles/theme-medium.css @@ -160,6 +160,7 @@ div.warning { } .docs .classsynopsis, +.docs .fieldsynopsis, .refsect1 .dc-description, .docs .sect1 .dc-description, div.tip, @@ -323,6 +324,7 @@ div.warning a:focus { background-color: #fff; } .docs .classsynopsis, +.docs .fieldsynopsis, .refsect1 .dc-description, .docs .sect1 .dc-description { background:#fff; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
