kde-extraapps/kdevelop/documentation/manpage/manpagedocumentation.css

11 lines
181 B
CSS
Raw Normal View History

/* Remove top banner */
#header {
display: none
}
/* Remove extra margins from both sides */
body div[style] {
margin-left: 0 !important;
margin-right: 0 !important;
}