X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fscreen%2Flayout.less;h=eee9b8612e51a39a81dc764865ade8919bc55208;hp=2af6cd6fe25d3333ffd4c5476eda51d452af4ad9;hb=5d1b0c41c6376bc85d7400436ea8f2e484915d8f;hpb=5fa0cc9e2313e46c248982072703d0b4cbd0d7e5 diff --git a/src/main/webapp/less/screen/layout.less b/src/main/webapp/less/screen/layout.less index 2af6cd6f..eee9b861 100644 --- a/src/main/webapp/less/screen/layout.less +++ b/src/main/webapp/less/screen/layout.less @@ -5,25 +5,27 @@ body padding: 1em 3em 1em 5em; } +.fc.cols_2 +{ + border-right: 24.375em solid @heller; +} .content { position: relative; } -.content.cols_2 +.cols_2 > .content { padding: 0 27em 0 0; - background-image: url('../../img/bg.gif'); - background-repeat: repeat-y; - background-position: right top; + margin: 0 -24.375em 0 0; } -.content.cols_2 > .main +.cols_2 > .content > .main { float: left; min-height: 1em; position: relative; width: 100%; } -.content.cols_2 > .marginal +.cols_2 > .content > .marginal { float: left; margin: 0 -27em 0 2.625em; @@ -45,14 +47,14 @@ body top: 0; width: 100%; } -.content.cols_2 #nav +.cols_2 > .content #nav { position: relative; top: auto; right: auto; width: 22.375em; /** 358px = 326px + 32px*/ } -.content.cols_2 #nav > #menu +.cols_2 > .content #nav > #menu { margin: 0 0 -2.125em 0; /** 0 0 -34px 0 */ }