diff options
| author | Ofer Lehr <ofer@oferlehr.com> | 2014-12-04 01:01:47 +0200 |
|---|---|---|
| committer | Ofer Lehr <ofer@oferlehr.com> | 2014-12-04 01:01:47 +0200 |
| commit | 55038693891c20473d10eba061d8a714c7b92dac (patch) | |
| tree | de7b835ab1ab94345d604bfc710966d73b1462d7 /index.html | |
| parent | 33cb1088c2040c9a8dee5903b5940760d4197c99 (diff) | |
better CSS for alert - moved button img out of the HTML
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -39,8 +39,7 @@ <div id="intro-task" class="task-alert" style="display:none"> <h3 class="task-desc">Connect between <span>yourself</span> and the <span> clubs,</span><span> internship proposals,</span><span> skills,</span><span> and</span><span> scientific interests</span></span> you have: </h3> - <h4 class="task-close-text">got it</h4> - <img class="task-close-button" src="res/img/close-alert-button.png"> + <div class="task-close-button">got it</div> </div> <div class="graph-view"> <div class="input-container"> |
