summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2014-11-30 13:11:08 +0200
committergarbash <dor.garbash@gmail.com>2014-11-30 13:11:08 +0200
commit5e8629bc2ced01425063b2c51db829770556174a (patch)
tree661714c6bf7b9d74031e1c5b5917d56d4e7bffe5
parent45ee899778062c6a690d7f201e886cd78316fa71 (diff)
removed meaningless ui class and closing input element
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 7816bc3a..4e2c8812 100644
--- a/index.html
+++ b/index.html
@@ -12,7 +12,7 @@
<body>
- <div class="UI">
+ <div>
<div class="help">Connect between <span style="color:#FCB924">people</span> and the <span style="color:#009DDC">projects</span> they are working on by describing their main contribution:</div>
<div class="info-container">
<div class="edge_info" style="display:none">Title: <span id="edgetitle"></span><br/>
@@ -68,7 +68,7 @@
</div>
<div class="debug-ui-right">
<form class="set-user-form" style="display: none">
- <input class="set-user-input" style="width: 100px" value="username"></input>
+ <input class="set-user-input" style="width: 100px" value="username">
</form>
</div>
</div>