Less-Quellen von dist/less/ nach less/ verschoben
[website] / dist / less / screen / head.less
diff --git a/dist/less/screen/head.less b/dist/less/screen/head.less
deleted file mode 100644 (file)
index 74f17d4..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-#logo
-{
-  padding: 0;
-  z-index: 3;
-  left: auto;
-  top: 0.3125em; /* 5px */
-}
-#logo > .l > img.l
-{
-  width: 12.5em; /** 200px */
-  -webkit-filter: drop-shadow( -5px -5px 5px #fff );
-          filter: drop-shadow( -5px -5px 5px #fff );
-}
-#slogan
-{
-  display: block;
-  color: @hintergrund;
-  background-color: @normal;
-  font-size: 187.5%; /** 30px */
-  line-height: .6666666667em; /* 20px */
-  height: .6em; /* 18px */
-  padding: .066666667em .066666667em 0 0; /** 2px 2px 0 0 */
-  margin-left: 2em;
-  position: relative;
-  z-index: 2;
-  top: -1.3em; /* 39px */
-  text-align: right;
-  overflow: hidden;
-}
-#slogan > strong{
-  display: inline-block;
-  position: relative;
-  top: -.2em; /* -6px */
-}