style doc index page

This commit is contained in:
Andrey Popp 2011-12-04 03:56:49 +04:00
parent 93676b2ed3
commit feedcc79e8

View File

@ -162,9 +162,14 @@ span.linkdescr {
/* -- general index --------------------------------------------------------- */
table.indextable {
font-size: 90%;
width: 100%;
margin-bottom: 20px;
}
table.indextable a { text-decoration: none; }
table.indextable a:hover { text-decoration: underline; }
table.indextable td {
text-align: left;
vertical-align: top;
@ -203,6 +208,8 @@ div.genindex-jumpbox {
margin: 1em 0 1em 0;
padding: 0.4em;
}
div.genindex-jumpbox a { text-decoration: none; }
div.genindex-jumpbox a:hover { text-decoration: underline; }
/* -- general body styles --------------------------------------------------- */