Abstände zwischen aktiven/nicht-aktiven Menüeinträgen korrigiert
[website] / dist / less / print.less
1 @import 'variables.less';
2
3 #breadcrumb
4 {
5   .droid;
6   color: @schrift;
7   font-weight: normal;
8 }
9 #breadcrumb strong.b
10 {
11   font-weight: normal;
12 }
13 #breadcrumb ol.b li.b a.b,
14 #breadcrumb ol.b li.b strong.b
15 {
16   color: @schrift;
17   border-style: none;
18 }
19 #breadcrumb a.hide
20 {
21   display: none;
22 }
23 #breadcrumb hr.b
24 {
25   display: none;
26 }
27 @import 'print/typo.less';
28 @import 'print/layout.less';
29 @import 'print/head.less';
30 @import 'print/prettify.less';