mirror of
https://github.com/opencv/opencv.git
synced 2025-01-10 14:19:03 +08:00
15 lines
302 B
CSS
15 lines
302 B
CSS
|
/*
|
||
|
* To narrow the separator height for class members.
|
||
|
*/
|
||
|
td.memSeparator {
|
||
|
display: none !important;
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
* With Doxygen 1.9.8, some page contents are hidden by the ToC after scrolling.
|
||
|
* To workaround, ToC position is changed to"relative".
|
||
|
*/
|
||
|
div.toc {
|
||
|
position: relative !important;
|
||
|
}
|