Projekt in ein JavaScript Frontend-Projekt umgewandelt
[website] / src / main / webapp / less / screen / faux-column.less
diff --git a/src/main/webapp/less/screen/faux-column.less b/src/main/webapp/less/screen/faux-column.less
deleted file mode 100644 (file)
index 2b6e593..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/** Faux-Column-Hack-Eigengewächs für die Marginalspalte */
-
-.menu #page,
-.nomenu #page
-{
-  max-width: 38em; /** 608px + 390px (Marginalspalte) = ca. 1000px */
-  border-right: 24.375em solid @heller;
-}
-.nomenu #page
-{
-  border-right-color: @sehrhell;
-}
-.menu .content,
-.nomenu .content
-{
-  margin-right: -24.375em;
-}
-.menu #header,
-.nomenu #header
-{
-  margin-right: -24.375em;
-  background-color: @hintergrund;
-}
-.menu #breadcrumb,
-.nomenu #breadcrumb
-{
-  right: -24.375em; /** Weil der Breadcrumb sonst an der Faux-Column umbricht! */
-}
-.menu #footer,
-.nomenu #footer
-{
-  margin-right: -24.375em;
-  background-color: @hintergrund;
-}