Commit: 1e8aefef3c11953c4d658ae4506a633da766f1d0 Author: Peter Cowburn <[email protected]> Thu, 19 Mar 2015 09:03:12 +0000 Parents: 2a446bc439b1d525138cb547bdce0c318c2ae421 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=1e8aefef3c11953c4d658ae4506a633da766f1d0 Log: add borders back to fieldsynopsis with better selector 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..25fb395 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -1297,6 +1297,7 @@ div.tip p:first-child { } .docs .classsynopsis, +.refsect1 .fieldsynopsis, .refsect1 .dc-description, .docs .sect1 .dc-description { padding: .75rem; diff --git a/styles/theme-medium.css b/styles/theme-medium.css index 24b6296..189f9f9 100755 --- a/styles/theme-medium.css +++ b/styles/theme-medium.css @@ -161,6 +161,7 @@ div.warning { } .docs .classsynopsis, +.refsect1 .fieldsynopsis, .refsect1 .dc-description, .docs .sect1 .dc-description, div.tip, @@ -324,6 +325,7 @@ div.warning a:focus { background-color: #fff; } .docs .classsynopsis, +.refsect1 .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
