14 lines
272 B
CSS
14 lines
272 B
CSS
/*
|
|
* basic.css
|
|
* https://github.com/sphinx-doc/sphinx/blob/master/sphinx/themes/basic/static/basic.css_t
|
|
*/
|
|
table.indextable tr.cap {
|
|
background-color: #333;
|
|
}
|
|
/* move doc link a bit up */
|
|
.viewcode-back {
|
|
float: right;
|
|
position: relative;
|
|
top: -1.5em;
|
|
}
|