vrana Tue, 10 Jan 2012 07:55:09 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=322001
Log:
Remove empty white rectangle starting class declarations
Changed paths:
U web/php/trunk/styles/site.css
Modified: web/php/trunk/styles/site.css
===================================================================
--- web/php/trunk/styles/site.css 2012-01-10 07:33:36 UTC (rev 322000)
+++ web/php/trunk/styles/site.css 2012-01-10 07:55:09 UTC (rev 322001)
@@ -881,7 +881,7 @@
/* }}} */
/* {{{ phpdoc examples */
-div.example, div.informalexample, div.classsynopsis div.ooclass {
+div.example, div.informalexample {
background-color: #fff;
border: 1px solid #000;
text-align: left;
@@ -892,18 +892,12 @@
margin-top: 20px;
}
-div.classsynopsis div.ooclass,
div.example p {
margin: 0px;
padding: 0.2em;
text-indent: 1em;
border-bottom: 1px dotted #000;
}
-div.classsynopsis div.ooclass {
- border: 1px solid #000;
- padding: 10px;
- margin: 0 0 10px 0;
-}
div.example div.example-contents,
table .phpcode,