mirror of https://github.com/hashicorp/consul
whitespace
parent
45b1d47fab
commit
6593f945eb
|
@ -1,8 +1,8 @@
|
||||||
(function(){
|
(function(){
|
||||||
|
|
||||||
var mainContentMin = 600;
|
var mainContentMin = 600;
|
||||||
|
|
||||||
var Init = {
|
var Init = {
|
||||||
|
|
||||||
start: function(){
|
start: function(){
|
||||||
var classname = this.hasClass(document.body, 'page-sub');
|
var classname = this.hasClass(document.body, 'page-sub');
|
||||||
|
@ -41,8 +41,8 @@ var Init = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
Init.start();
|
Init.start();
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|
|
@ -46,4 +46,3 @@ var APP = APP || {};
|
||||||
}());
|
}());
|
||||||
|
|
||||||
}(jQuery, this));
|
}(jQuery, this));
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,6 @@ APP.Utils = (function () {
|
||||||
initFunction();
|
initFunction();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}());
|
}());
|
|
@ -162,7 +162,7 @@ body.layout-intro{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
/*html{
|
/*html{
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
|
@ -20,5 +20,4 @@
|
||||||
background: -ms-linear-gradient(left, #694a9c 0%,#cd2028 100%); /* IE10+ */
|
background: -ms-linear-gradient(left, #694a9c 0%,#cd2028 100%); /* IE10+ */
|
||||||
background: linear-gradient(to right, #694a9c 0%,#cd2028 100%); /* W3C */
|
background: linear-gradient(to right, #694a9c 0%,#cd2028 100%); /* W3C */
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#694a9c', endColorstr='#cd2028',GradientType=1 ); /* IE6-9 */
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#694a9c', endColorstr='#cd2028',GradientType=1 ); /* IE6-9 */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue