style doc index page
This commit is contained in:
parent
93676b2ed3
commit
feedcc79e8
7
doc/_themes/generic/static/basic.css_t
vendored
7
doc/_themes/generic/static/basic.css_t
vendored
@ -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 --------------------------------------------------- */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user