LESS-Code aufgerÀumt
[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   line-height: 1em;
9   margin: 0 1em 0 0;
10   padding: 0 0 .5em 0;
11 }
12 #footer > #footerlinks > li.f > a.f
13 {
14   color: @hintergrund;
15   border-color: @hintergrund;
16 }
17 #footer > #footerlinks > li#copyright
18 {
19   position: static;
20   float: right;
21   width: auto;
22   color: @hintergrund;
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 }