fixed bug in document theme

This commit is contained in:
Alexander Shishkov 2012-04-02 22:21:15 +00:00
parent ff071d2cf6
commit dc318a868a

View File

@ -313,6 +313,11 @@ dl.pyoldfunction > dt:first-child tt.descname
color: #8080B0;
}
dl.pyoldfunction > dt:first-child tt.descclassname
{
color: #8080B0;
}
dl.jfunction > dt:first-child {
margin-bottom: 7px;
}