minor fixes

This commit is contained in:
ksjdragon 2016-04-16 16:23:02 -04:00
parent 6300af1436
commit e823566773
2 changed files with 1 additions and 5 deletions

View File

@ -69,10 +69,6 @@ img {
font-size: 150%; font-size: 150%;
} }
/*p[title] {
background-color: red;
}*/
.option { .option {
position: relative; position: relative;
display: inline-block; display: inline-block;

View File

@ -161,10 +161,10 @@ if(document.cookie == "") { // Set defaults if no cookie
getJSON(); getJSON();
setTimeout(function mainFunc() { setTimeout(function mainFunc() {
getRanges();
createTable(); createTable();
update(); update();
makeSettings(); makeSettings();
tableDesc(); tableDesc();
getRanges();
createGradientLegend(); createGradientLegend();
}, 600); }, 600);