Reviewed-on: #19
This commit is contained in:
commit
ac6adfb403
File diff suppressed because one or more lines are too long
|
@ -66,14 +66,17 @@ 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 $light-gray;
|
border-top: 1px solid $body-background;
|
||||||
|
}
|
||||||
|
.break.transparent {
|
||||||
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Styles for vertical menu layout */
|
/* Styles for vertical menu layout */
|
||||||
|
|
Loading…
Reference in New Issue