Cleaning up CSS

This commit is contained in:
mathias 2015-02-16 13:50:28 +02:00
parent 68b42f0721
commit 406b680617

View file

@ -65,21 +65,6 @@ a:focus {
text-decoration: none;
}
#bg {
background: #000 url(/img/bg.svg) repeat bottom center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
-webkit-filter: blur(13px);
-moz-filter: blur(13px);
-o-filter: blur(13px);
-ms-filter: blur(13px);
filter: blur(13px);
width: 100%;
height: 10%;
}
#intro {
display: table;
width: 100%;