Compare commits

..

No commits in common. "ac6adfb4030e55a794860ca235d91134310808c2" and "d3407f57c6eb4cf3f057daa38f64ce44e6c6e51e" have entirely different histories.

2 changed files with 6 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@ -66,17 +66,14 @@ body:not(.browse) #content {
// } // }
} }
// line breaks generated by omekas
.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 $body-background; // border-top: 1px solid $light-gray;
}
.break.transparent {
border-top: none;
} }
/* Styles for vertical menu layout */ /* Styles for vertical menu layout */