mirror of
https://github.com/php/web-php.git
synced 2026-03-28 17:22:06 +01:00
Added some margins for class method definitions. Also added some vertical space between each classsynopsis_comment and the stuff above it.
This commit is contained in:
@@ -347,6 +347,14 @@ div.phpcode span.comment, div.classsynopsisinfo_comment {
|
||||
}
|
||||
div.classsynopsisinfo_comment {
|
||||
font-weight: bold;
|
||||
margin-top:1em;
|
||||
}
|
||||
.classsynopsisinfo_comment,
|
||||
.classsynopsis .constructorsynopsis,
|
||||
.classsynopsis .methodsynopsis,
|
||||
.classsynopsis .destructorsynopsis
|
||||
.classsynopsis .fieldsynopsis {
|
||||
margin-left:2em;
|
||||
}
|
||||
div.phpcode span.default {
|
||||
color: #0000BB;
|
||||
|
||||
Reference in New Issue
Block a user