From 8b20d2feb0d39613962ff3fd11beb9a83ab1473b Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Wed, 29 Jul 2020 22:12:37 -0400 Subject: centralized version stuff into the makefile and js->css --- www/index.html | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'www') diff --git a/www/index.html b/www/index.html index 32634d4..d542208 100644 --- a/www/index.html +++ b/www/index.html @@ -2,33 +2,33 @@ MiniMUN PDF Generator - + input#awardbutton:checked ~ form#room { + display: none; + } + input#roombutton:checked ~ form#award { + display: none; + } + -

Form Type:

- Award
- Room
+ Award + Room
- Committee:
- Country:
- Award Name:
- School:
- +

Committee:

+

Country:

+

Award Name:

+

School:

+

- -- cgit