From 968a0db0ffb9d783314194eca5b969c5232c2a60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 18 Feb 2013 09:19:53 +0100 Subject: [PATCH] remove not needed albert.css --- source/stylesheets/albert.css.scss | 58 ------------------------------ 1 file changed, 58 deletions(-) delete mode 100644 source/stylesheets/albert.css.scss diff --git a/source/stylesheets/albert.css.scss b/source/stylesheets/albert.css.scss deleted file mode 100644 index b74f0d3..0000000 --- a/source/stylesheets/albert.css.scss +++ /dev/null @@ -1,58 +0,0 @@ -@import "compass"; -@import "normalize"; - -@include font-face("Mensch", font-files("mensch.woff", woff, - "mensch.ttf", truetype, - "mensch.svg", svg) - "mensch.eot", normal, normal); - -body { - font-family: "Mensch", Helvetica, Arial, sans-serif; - - background-color: rgb(255,255,255); // Old browsers - @include filter-gradient(#ffffff, #e8e8e8, horizontal); // IE6-8 fallback on horizontal gradient - // IE9 SVG, needs conditional override of 'filter' to 'none' - $experimental-support-for-svg: true; - @include background-image(radial-gradient(center, ellipse cover, rgba(255,255,255,1) 1%,rgba(232,232,232,1) 100%)); - @include background-image(radial-gradient(center, ellipse cover, rgba(255,255,255,1) 1%,rgba(232,232,232,1) 100%)); -} - - -.headline { - padding-top: 3em; - font-size: 2em; - text-align: center; - color: #4A4A4A; - -} - -.subtitle { - padding-top: 2em; - text-align: center; - font-size: 1.5em; - line-height: 1.1; - color: #4A4A4A; - -} - -ul.gallery { - margin-top: 50px; - list-style-type: none; - float:right; - position:relative; - left:-50%; - text-align:left; - li { - float:left; - margin-right:70px; - margin-top:7px; - - position:relative; - left:50%; - } -} - -div.appstore { - margin-top: 250px; - margin-right: 200 px; -}