X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fprint.less;fp=src%2Fmain%2Fwebapp%2Fless%2Fprint.less;h=ffcb9c61693b2186ae07a4d4fde307a5b6106a33;hb=4dbd8467ae74420d42ccabfd3feeda7694c7749b;hp=0000000000000000000000000000000000000000;hpb=f2fb1bb1fee920af64adb03763e23f6039da2fa4;p=website diff --git a/src/main/webapp/less/print.less b/src/main/webapp/less/print.less new file mode 100644 index 00000000..ffcb9c61 --- /dev/null +++ b/src/main/webapp/less/print.less @@ -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';