Layout für den Ausdruck
[website] / src / main / webapp / less / print.less
diff --git a/src/main/webapp/less/print.less b/src/main/webapp/less/print.less
new file mode 100644 (file)
index 0000000..ffcb9c6
--- /dev/null
@@ -0,0 +1,29 @@
+@import 'variables.less';
+
+#breadcrumb
+{
+  .droid;
+  color: @schrift;
+  font-weight: normal;
+}
+#breadcrumb strong.b
+{
+  font-weight: normal;
+}
+#breadcrumb ol.b li.b a.b,
+#breadcrumb ol.b li.b strong.b
+{
+  color: @schrift;
+  border-style: none;
+}
+#breadcrumb a.hide
+{
+  display: none;
+}
+#breadcrumb hr.b
+{
+  display: none;
+}
+@import 'print/typo.less';
+@import 'print/layout.less';
+@import 'print/header.less';