aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-03-06 16:34:20 +1300
committerDavid Phillips <dbphillipsnz@gmail.com>2016-03-06 16:47:24 +1300
commit793d39323efb578a15bfe9b2d979274b6290e1ed (patch)
tree28dbe4e8aa8d41e32dc138b51181528cf8a44106 /index.html
parent53c4afe792b0c72dafc7df06c9fc5b5cd3dd4c9b (diff)
downloadpetrichor-793d39323efb578a15bfe9b2d979274b6290e1ed.tar.xz
Underscores suck
Diffstat (limited to 'index.html')
-rw-r--r--index.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/index.html b/index.html
index 067f8ed..5fa7934 100644
--- a/index.html
+++ b/index.html
@@ -11,16 +11,16 @@
<div id="date"></div>
<div id="time"></div>
</div>
- <div id="password_container">
+ <div id="password-container">
<form action="javascript:provide_secret()">
- <span id="password_label"></span>
- <input id="password_entry" type="password" />
+ <span id="password-label"></span>
+ <input id="password-entry" type="password" />
</form>
</div>
- <div id="message_container">
- <span id="message_label"></span>
+ <div id="message-container">
+ <span id="message-label"></span>
</div>
- <select id="session_list" class="ease_opacity"></select>
- <img id="shutdown" class="ease_opacity" src="iec5009.svg" onclick="lightdm.shutdown();" />
+ <select id="session-list" class="ease-opacity"></select>
+ <img id="shutdown" class="ease-opacity" src="iec5009.svg" onclick="lightdm.shutdown();" />
</body>
</html>