whitespace

This commit is contained in:
captainill 2015-11-09 13:48:29 -08:00
parent 45b1d47fab
commit 6593f945eb
13 changed files with 803 additions and 805 deletions

View File

@ -46,4 +46,3 @@ var APP = APP || {};
}());
}(jQuery, this));

View File

@ -20,5 +20,4 @@
background: -ms-linear-gradient(left, #694a9c 0%,#cd2028 100%); /* IE10+ */
background: linear-gradient(to right, #694a9c 0%,#cd2028 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#694a9c', endColorstr='#cd2028',GradientType=1 ); /* IE6-9 */
}