X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Ftiny%2Flayout.less;h=0acb60699303ba2887a2252656653ab94f1507fc;hp=ede7f8739f913d4968f3081ff0c276d191e9b6f7;hb=02dfc8d7c054fa2c3f89eae7594f3262817d62f2;hpb=a06a8f90ea1c87ca482ac7de085883a6d92cd213 diff --git a/src/main/webapp/less/tiny/layout.less b/src/main/webapp/less/tiny/layout.less index ede7f873..0acb6069 100644 --- a/src/main/webapp/less/tiny/layout.less +++ b/src/main/webapp/less/tiny/layout.less @@ -12,7 +12,7 @@ body #header { font-size: 75%; - margin: 0 .5em 0 1em; + margin: .25em .5em 0 1em; } .content > .marginal { @@ -26,9 +26,13 @@ body } #breadcrumb { - top: .3em; + top: .1em; right: .3em; } + #breadcrumb > a.hide:before + { + font-size: 300%; /** Vielfaches von 12px */ + } } @media (max-width: 150px) { @@ -44,4 +48,12 @@ body { display: none; } + #breadcrumb + { + top: .2em; + } + #breadcrumb > a.hide:before + { + font-size: 264%; /** Vielfaches von 12px */ + } }