update main branch #47

Merged
jorge merged 166 commits from develop into main 2021-12-01 11:20:13 +01:00
1 changed files with 7 additions and 4 deletions
Showing only changes of commit cbb5293728 - Show all commits

View File

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