Commit: cc342a1f423ff0c8683205c95cbee8fb255f0f75 Author: Hannes Magnusson <[email protected]> Tue, 3 Feb 2015 14:21:17 -0800 Parents: 8b26df29fb60a4daefce18d326dcf3963d29e7fc Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=cc342a1f423ff0c8683205c95cbee8fb255f0f75 Log: Remove these weird borders and margins from class constants 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 b6d6294..347f497 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -1297,7 +1297,6 @@ div.tip p:first-child { } .docs .classsynopsis, -.docs .fieldsynopsis, .refsect1 .dc-description, .docs .sect1 .dc-description { padding: .75rem; diff --git a/styles/theme-medium.css b/styles/theme-medium.css index e381714..7efe67a 100755 --- a/styles/theme-medium.css +++ b/styles/theme-medium.css @@ -160,7 +160,6 @@ div.warning { } .docs .classsynopsis, -.docs .fieldsynopsis, .refsect1 .dc-description, .docs .sect1 .dc-description, div.tip, @@ -324,7 +323,6 @@ div.warning a:focus { background-color: #fff; } .docs .classsynopsis, -.docs .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
