diff options
| author | garbash <dor.garbash@gmail.com> | 2014-11-30 13:11:08 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-11-30 13:11:08 +0200 |
| commit | 5e8629bc2ced01425063b2c51db829770556174a (patch) | |
| tree | 661714c6bf7b9d74031e1c5b5917d56d4e7bffe5 | |
| parent | 45ee899778062c6a690d7f201e886cd78316fa71 (diff) | |
removed meaningless ui class and closing input element
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |
