added styles to solve issue #18

This commit is contained in:
jorge 2021-08-27 10:38:48 +02:00
parent d3407f57c6
commit cbb5293728
1 changed files with 7 additions and 4 deletions

View File

@ -67,13 +67,16 @@ body:not(.browse) #content {
} }
.break { .break {
// width: 100%; width: 100%;
// margin: (2 * $global-margin) 0; margin: (2 * $global-margin) 0;
// clear: both; clear: both;
} }
.break.opaque { .break.opaque {
// border-top: 1px solid $light-gray; border-top: 1px solid $body-background;
}
.break.transparent {
border-top: none;
} }
/* Styles for vertical menu layout */ /* Styles for vertical menu layout */