From e99c2e031d875adc85f835746469d3f828d3e9c3 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 4 Feb 2023 13:08:53 +0100 Subject: [PATCH] - buttons use icons now - added footer with icon attribution --- css/custom.css | 14 ++++---------- index.html | 26 +++++++++++++++++--------- js/sr2ini.js | 14 +++++++------- 3 files changed, 28 insertions(+), 26 deletions(-) diff --git a/css/custom.css b/css/custom.css index 61146cc..ee0eaf6 100644 --- a/css/custom.css +++ b/css/custom.css @@ -6,15 +6,9 @@ input:invalid { border: 2px solid red; } -.header-align-center { - text-align: center; -} - -table.diceandrea { - padding: 0; - margin: 0; -} - td.combatantDice, td.combatantRea { - width: 45%; + width: 35%; } + +button:disabled { +} diff --git a/index.html b/index.html index 8f5a7e4..92c3115 100644 --- a/index.html +++ b/index.html @@ -24,22 +24,24 @@
-