be more selective about which elements not to display
we only want to skip the redundant User-Documentation and Programmer-Documentation captions
This commit is contained in:
@ -27,7 +27,11 @@ hr {
|
||||
margin-bottom: 12px !important;
|
||||
}
|
||||
|
||||
.section h2 {
|
||||
#user-documentation.section h2 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#programmer-documentation.section h2 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user