whitespace

pull/1397/head
captainill 2015-11-09 13:48:29 -08:00
parent 45b1d47fab
commit 6593f945eb
13 changed files with 803 additions and 805 deletions

View File

@ -1,8 +1,8 @@
(function(){
var mainContentMin = 600;
var mainContentMin = 600;
var Init = {
var Init = {
start: function(){
var classname = this.hasClass(document.body, 'page-sub');
@ -41,8 +41,8 @@ var Init = {
}
}
};
};
Init.start();
Init.start();
})();

View File

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

View File

@ -28,6 +28,6 @@ APP.Utils = (function () {
initFunction();
}
}
}
}
}());

View File

@ -162,7 +162,7 @@ body.layout-intro{
}
}
}
}
}
}

View File

@ -3,8 +3,8 @@
// --------------------------------------------------
/*html{
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}*/
body {

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 */
}