Aufteilung für den Inhalt von Seiten ohne Menü umgesetzt
[website] / src / main / webapp / less / screen.less
index 29f8e78..040c3c8 100644 (file)
@@ -6,10 +6,8 @@
 {
   @import 'screen/typo.less';
   @import 'screen/layout.less';
-  @import 'screen/head.less';
   @import 'screen/marginal.less';
   @import 'screen/footer.less';
-  @import 'screen/footer-sticky.less';
   @media (max-width: @maxtablet)
   {
     @import 'tablet/typo.less';
@@ -21,6 +19,7 @@
 @media (min-width: @maxtablet + 1)
 {
   @import 'screen/faux-column.less';
+  @import 'screen/content.less';
 }
 
 @media (max-width: @maxtablet)
@@ -36,6 +35,7 @@
   @import 'phone/head.less';
   @import 'phone/menu.less';
   @import 'phone/footer.less';
+  @import 'phone/packs.less';
   @import 'phone/404.less';
 }