DOC: Bold headers for Notes, Reference, etc. sections in reference docs.

This commit is contained in:
Stefan van der Walt
2011-11-30 15:58:06 -08:00
parent 5fa41b3dfc
commit eb0ccb8b00
@@ -689,3 +689,9 @@ td.na-bar{
font-weight: normal;
font-style: normal;
}
/* Adjust doc headers such as Notes, References, etc. */
p.rubric {
font-weight: bold;
font-size: 120%;
}