1
0
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:
Levi Morrison
2012-03-28 17:49:26 -06:00
parent e963e84678
commit 1d1632ffdb

View File

@@ -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;