X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fbase%2Flayout.less;fp=src%2Fmain%2Fwebapp%2Fless%2Fbase%2Flayout.less;h=0000000000000000000000000000000000000000;hp=efeddf9e156eeadfbfe1bedaabbc27b3ae5a4ced;hb=4fb8c5c64593e901f24022bc5dd6d2eb0253d563;hpb=e4514bf0d4f1437add504129e4595f872f2d80fc diff --git a/src/main/webapp/less/base/layout.less b/src/main/webapp/less/base/layout.less deleted file mode 100644 index efeddf9e..00000000 --- a/src/main/webapp/less/base/layout.less +++ /dev/null @@ -1,56 +0,0 @@ -@import '../variables.less'; - -.content -{ - position: relative; -} -.content.cols_2 -{ - padding: 0 27em 0 0; - background-image: url('../../img/bg.gif'); - background-repeat: repeat-y; - background-position: right top; -} -.content.cols_2 > .main -{ - float: left; - min-height: 1em; - position: relative; - width: 100%; -} -.content.cols_2 > .marginal -{ - float: left; - margin: 0 -27em 0 2.625em; - padding: 0 2em 1.0625em 2em; - position: relative; - width: 20.375em; - background-color: @heller; -} -.content #nav -{ - position: absolute; - top: 0; - width: 100%; -} -.content.cols_2 #nav -{ - position: relative; - top: auto; - right: auto; - width: 22.375em; /** 358px = 326px + 32px*/ -} -.content.cols_2 #nav > #menu -{ - margin: 0 0 -2.125em 0; /** 0 0 -34px 0 */ -} -.content.cols_1 #nav > #menu -{ - position: absolute; - top: -7em; /** 112px */ - right: 0; - margin: 0; -} - -/** Always display vertical scroll-bars */ -body { overflow-y: scroll; }