diff options
author | LarsVomMars | 2020-10-21 09:28:59 +0200 |
---|---|---|
committer | LarsVomMars | 2020-10-21 09:28:59 +0200 |
commit | 629c97555ff8686e091ad9d9ab0706ad242d941f (patch) | |
tree | 7a66995ae1fc19f4246eef3eba6bd0ba72eadf3e /quotes/public/index.html | |
parent | 36936cbc7e79e4eef2f2e49432eeb31e4198e5bd (diff) |
Super duper style fix
Diffstat (limited to 'quotes/public/index.html')
-rw-r--r-- | quotes/public/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/quotes/public/index.html b/quotes/public/index.html index b2e4fa2..ae95468 100644 --- a/quotes/public/index.html +++ b/quotes/public/index.html @@ -32,17 +32,17 @@ </form> <button id="open_TGI13.1">TGI13.1</button> - <ul style="display: none;" id="TGI13.1"></ul> + <ul style="display: none" id="TGI13.1"></ul> <button id="open_TGI13.2">TGI13.2</button> - <ul style="display: none;" id="TGI13.2"></ul> + <ul style="display: none" id="TGI13.2"></ul> <button id="open_TGM13.1">TGM13.1</button> - <ul style="display: none;" id="TGM13.1"></ul> + <ul style="display: none" id="TGM13.1"></ul> <button id="open_TGM13.2">TGM13.2</button> - <ul style="display: none;" id="TGM13.2"></ul> + <ul style="display: none" id="TGM13.2"></ul> <button id="open_TGTM13.1">TGTM13.1</button> - <ul style="display: none;" id="TGTM13.1"></ul> + <ul style="display: none" id="TGTM13.1"></ul> <button id="open_teacher">Lehrer</button> - <ul style="display: none;" id="teacher"></ul> + <ul style="display: none" id="teacher"></ul> </main> <script src="script.js" charset="utf-8"></script> |