Impressum und weitere rechtliche Hinweise eingebaut
[website] / src / main / webapp / less / phone / footer.less
1 #footer > #footerlinks
2 {
3   position: static;
4   border-style: none;
5 }
6 #footer > #footerlinks > li.f
7 {
8   color: @hintergrund;
9   line-height: 1em;
10   margin: 0 1em 0 0;
11   padding: 0 0 .5em 0;
12 }
13 #footer > #footerlinks > li.f > a.f
14 {
15   color: @hintergrund;
16   border-color: @hintergrund;
17 }
18 #footer > #footerlinks > li#copyright
19 {
20   position: static;
21   float: right;
22   width: auto;
23   font-size: 137.5%;
24   margin: 0;
25   @media (max-width: 250px)
26   {
27     color: @schrift;
28     flow: none;
29     width: 100%;
30   }
31 }