remove border on highlights on has_code_col pages

This commit is contained in:
Elisabeth Dickinson 2021-03-01 16:49:06 +01:00
parent 26d1c5d86d
commit cac327bca7

View File

@ -438,6 +438,7 @@ header.o_main_header{
border-top: 0;
div[class^="highlight"] {
border: 0;
margin: 0;
}
}