4 lines
158 B
CSS
4 lines
158 B
CSS
/* Make the headlines for class and function documentation span the entire width */
|
|
.rst-content dl.class dt, .rst-content dl.function dt {
|
|
width: 100%;
|
|
} |