fixed bug in document theme

pull/13383/head
Alexander Shishkov 13 years ago
parent ff071d2cf6
commit dc318a868a
  1. 5
      doc/_themes/blue/static/default.css_t

@ -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;
}

Loading…
Cancel
Save