Basis-Layout für veraltete Browser (IE6 & Co.) eingeführt
[website] / src / main / webapp / less / base / layout.less
diff --git a/src/main/webapp/less/base/layout.less b/src/main/webapp/less/base/layout.less
deleted file mode 100644 (file)
index efeddf9..0000000
+++ /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; }