Cleaning up CSS

This commit is contained in:
mathias 2015-02-16 03:57:54 +02:00
parent a47ae33597
commit 9fe60c8c37

View file

@ -29,11 +29,11 @@ body {
color: #fff; color: #fff;
background: #000; background: #000;
webkit-tap-highlight-color: rgba(255,255,255,.2); webkit-tap-highlight-color: rgba(255,255,255,.2);
-webkit-animation: ease-in 1s; -webkit-animation: fadein 1s;
-moz-animation: ease-in 1s; -moz-animation: fadein 1s;
-ms-animation: ease-in 1s; -ms-animation: fadein 1s;
-o-animation: ease-in 1s; -o-animation: fadein 1s;
animation: ease-in 1s; animation: fadein 1s;
} }
h2 { h2 {