Commit: 2d15c50b8dca494ebe0b4806f5b4246201edbbdf Author: Peter Cowburn <[email protected]> Thu, 19 Mar 2015 09:03:12 +0000 Parents: e8ee25a6e7b45673dced14b28a083b4c9ba84758 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=2d15c50b8dca494ebe0b4806f5b4246201edbbdf 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
