Commit: fa65cc1efb1fc0ba53a39850a35feec3df4eb686 Author: Levi Morrison <[email protected]> Fri, 27 Dec 2013 17:02:23 -0700 Parents: 262f8f22f44f2fb0955937cf8fbd550e85845599 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=fa65cc1efb1fc0ba53a39850a35feec3df4eb686 Log: Fixed minor border-radius issue on the sidebar. Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 2a6a10e..584b91b 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -1808,6 +1808,7 @@ aside.tips div.inner { .panel .body { background-color: #f9f9f9; border-top:1px solid #d9d9d9; + border-radius: 0 0 2px 2px; } .panel .body:first-child { border-top:0; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
