diff options
| author | Alon Levy <alon@pobox.com> | 2014-08-07 17:24:32 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-08-07 17:26:47 +0300 |
| commit | 5bedbb7455929ce88fbde9788b3c2155624f2e29 (patch) | |
| tree | 52d40e088323b7cf4763963ac23ce15d2d5afac9 | |
| parent | 27618e1fd82d58f1d6571fef548416a39f131781 (diff) | |
index.html: remove whitespace at ends of lines
| -rw-r--r-- | index.html | 20 |
1 files changed, 9 insertions, 11 deletions
@@ -8,20 +8,18 @@ <link rel="shortcut icon" href="images/favicon2.ico" /> - - <script src="d3/d3.v3.min.js"></script> <script src="scripts/jquery.js"></script> <script src="http://code.jquery.com/ui/1.11.0/jquery-ui.js"></script> <script src="scripts/caret.js"></script> <script src="scripts/autocomplete.js"></script> - + </head> <body> - + <div class="UI"> @@ -40,14 +38,14 @@ <div class='editinfo'> <form id='editform'> <input id="editname"/> - + </form> </div> <div class='editlinkinfo'> <form id='editlinkform'> <input id="editlinkname"/> - + </form> </div> @@ -55,14 +53,14 @@ <div id="suggestion"> <form> <input id="textanalyser" onfocus="if(this.value == 'We built this entire graph in 30 seconds, try it out yourself!') { this.value = ''; }" value=""/></form> - + </div> <div class="typeselection"> <table> <tr><td><img id="keys" src="images/keys.png"/></td></tr> - <tr><td>Pick a type with arrows</td></tr> + <tr><td>Pick a type with arrows</td></tr> </table> </div> @@ -71,10 +69,10 @@ </div> <div class="load"> <a href="#">LOAD</a> - </div> + </div> <div class="deliverabletest"> <a href="#">Load deliverables</a> - </div> + </div> <div class="logo"> @@ -88,7 +86,7 @@ <div class="poweredby">powered by <a href="http://www.rhizi.org"><img src="images/rhizismall.png"/></a></div> </div> - + <div class="missingdates" style="display:none">The following tasks are missing dates,<br/>Please fill them out:</div> <div class="onoffswitch"> |
