Less unnecessary padding around functions.

This commit is contained in:
Rapptz 2017-05-25 22:33:01 -04:00
parent 497be35d5f
commit 9074bea234

View File

@ -335,7 +335,7 @@ span.pre {
padding: 0 2px; padding: 0 2px;
} }
dl.class, dl.function { dl.class {
margin-bottom: 50px; margin-bottom: 50px;
} }
@ -347,10 +347,14 @@ dl.method > dt,
dl.class > dt, dl.class > dt,
dl.exception > dt { dl.exception > dt {
background-color: #f5f5f5; background-color: #f5f5f5;
margin: 25px 0 10px 0;
padding: 1px 10px; padding: 1px 10px;
} }
dd {
margin-top: 10px;
}
.container.operations { .container.operations {
padding: 10px; padding: 10px;
border: 1px solid #ddd; border: 1px solid #ddd;