merge to fix issue #18 fix/line-break #19
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue