Skip to content

Commit 1d1632f

Browse files
committed
Added some margins for class method definitions. Also added some vertical space between each classsynopsis_comment and the stuff above it.
1 parent e963e84 commit 1d1632f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

styles/theme.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,14 @@ div.phpcode span.comment, div.classsynopsisinfo_comment {
347347
}
348348
div.classsynopsisinfo_comment {
349349
font-weight: bold;
350+
margin-top:1em;
351+
}
352+
.classsynopsisinfo_comment,
353+
.classsynopsis .constructorsynopsis,
354+
.classsynopsis .methodsynopsis,
355+
.classsynopsis .destructorsynopsis
356+
.classsynopsis .fieldsynopsis {
357+
margin-left:2em;
350358
}
351359
div.phpcode span.default {
352360
color: #0000BB;

0 commit comments

Comments
 (0)