Commit: 29e9f3269b00e9df8ace5d0ba5aad7690a61ec75 Author: Levi Morrison <[email protected]> Fri, 9 May 2014 07:26:03 -0600 Parents: e9e98dcff52e4a441a10bc131f406f8bf31e43e2 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=29e9f3269b00e9df8ace5d0ba5aad7690a61ec75 Log: Updated class synopsis to match method synopsis. 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 284ecfd..2eaa520 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -1230,6 +1230,7 @@ div.tip p { padding: .75rem; } +.docs .classsynopsis, .refsect1 .dc-description, .docs .sect1 .dc-description { padding: .75rem; diff --git a/styles/theme-medium.css b/styles/theme-medium.css index 05ac04b..46030ff 100755 --- a/styles/theme-medium.css +++ b/styles/theme-medium.css @@ -157,6 +157,7 @@ div.warning { border-color: #EABFBF; } +.docs .classsynopsis, .refsect1 .dc-description, .docs .sect1 .dc-description, div.tip, @@ -319,11 +320,11 @@ div.warning a:focus { .refsect1 .example-contents.screen { background-color: #fff; } +.docs .classsynopsis, .refsect1 .dc-description, .docs .sect1 .dc-description { background:#fff; border-color: #d9d9d9; - border-top-color:#d9d9d9; } .phpcode span.html { color: black; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
