X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Ftablet%2Ffooter.less;h=2541618b2468066ac351d5db7d13fe552d8d1bf5;hp=887229b790d760c24132ddb800c7772bcafc0eb4;hb=7967465800f4235b769e7151d5986ca92fc2a0ff;hpb=413597a6f3a25a610f5ec24ff5abea6c18e923e2 diff --git a/src/main/webapp/less/tablet/footer.less b/src/main/webapp/less/tablet/footer.less index 887229b7..2541618b 100644 --- a/src/main/webapp/less/tablet/footer.less +++ b/src/main/webapp/less/tablet/footer.less @@ -20,12 +20,12 @@ left: 0; right: 0; padding: 0 2.18181818em 1.5em; /* ? 3*16px ? */ - @media (max-width: @maxsmalltablet) + @media (max-width: (@maxsmalltablet)) { padding-right: 1.45454545em; padding-bottom: 1em; } - @media (max-width: @maxsmallertablet) + @media (max-width: (@maxsmallertablet)) { padding-right: .72727272em; padding-bottom: .5em; @@ -46,36 +46,37 @@ } -.nomenu #footer > #footerlinks +.nomenu #footer > #footerlinks, +.onecolumn #footer > #footerlinks { position: static; margin: -.125em; padding-top: 1.5em; - @media (max-width: @maxsmalltablet) + @media (max-width: (@maxsmalltablet)) { padding-top: 1em; } - @media (max-width: @maxsmallertablet) + @media (max-width: (@maxsmallertablet)) { padding-top: .5em; } border-top: .125em solid @hintergrund; -} -.nomenu #footer > #footerlinks > li.f -{ - line-height: 1em; - margin: 0 1em 0 0; - padding: 0; -} -.nomenu #footer > #footerlinks > li.f > a.f -{ - color: @hintergrund; - border-color: @hintergrund; -} -.nomenu #footer > #footerlinks > li#copyright -{ - position: static; - float: right; - font-size: 137.5%; - margin: 0; + > li.f + { + line-height: 1em; + margin: 0 1em 0 0; + padding: 0; + } + li.f > a.f + { + color: @hintergrund; + border-color: @hintergrund; + } + li#copyright + { + position: static; + float: right; + font-size: 137.5%; + margin: 0; + } }