Commit:    19c965b8e2c8c7ee419f75abf2206613e9667772
Author:    Levi Morrison <[email protected]>         Fri, 9 May 2014 07:26:03 -0600
Parents:   c348fa2709ab8b70e73accd48c911ef43f10699a
Branches:  master

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

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

Reply via email to