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%;
}
/*p[title] {
background-color: red;
}*/
.option {
position: relative;
display: inline-block;

View File

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