[Doc] Fix missing separator before static/class methods in Sphinx docs

This commit is contained in:
Ray Speth 2015-05-04 21:43:47 -04:00
parent ce15158bf9
commit fe0c864f45

View file

@ -129,7 +129,7 @@ dl.class, dl.function {
border-top: 2px solid #888;
}
dl.method, dl.attribute {
dl.method, dl.attribute, dl.staticmethod, dl.classmethod {
border-top: 1px solid #aaa;
}