Commit:    0007664b33980995cd980e134e42f02e95634ef2
Author:    Levi Morrison <[email protected]>         Fri, 27 Dec 2013 17:02:23 -0700
Parents:   4f3a842900983985526b99c62ea2b2ee5949011f
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=0007664b33980995cd980e134e42f02e95634ef2

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

Reply via email to