added static methods styling

This commit is contained in:
Bernhard Posselt
2013-02-09 16:24:41 +01:00
parent 1600758d3a
commit 268e59aff0

View File

@@ -1172,11 +1172,11 @@ dd {
padding:5px;
}
dl.function, dl.method {
dl.function, dl.method, dl.staticmethod {
margin: 30px 0 30px 0;
}
dl.function > dt, dl.method > dt {
dl.function > dt, dl.method > dt, dl.staticmethod > dt {
background-color: #1D2D44;
color: #fefefe;
padding: 5px;
@@ -1184,7 +1184,7 @@ dl.function, dl.method {
}
dl.function > dd, dl.method > dd {
dl.function > dd, dl.method > dd, dl.staticmethod > dd {
margin-left: 0;
padding-left: 20px;
}