diff options
| -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> |
