diff --git a/src/main.css b/src/main.css index 49d9843..155f1be 100644 --- a/src/main.css +++ b/src/main.css @@ -89,6 +89,10 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height: .frontPageImage { width: 100%; } .seedFrontPageImage { max-height: 340px; } +.currencyNameColumn { + min-width: 120px; +} + .securityChecklist { background-color: #FFE6C9; margin-top: 25px; diff --git a/src/ninja.onload.js b/src/ninja.onload.js index 52e3d92..fc3b883 100644 --- a/src/ninja.onload.js +++ b/src/ninja.onload.js @@ -32,7 +32,7 @@ for(i = 0; i < janin.currencies.length; i++) { if(janin.currencies[i].donate == null) continue; list += "" - +""+janin.currencies[i].name+"" + +""+janin.currencies[i].name+"" +"" +janin.currencies[i].donate+""; }