diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-25 02:02:27 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-25 02:02:27 +0200 |
| commit | 71a6ebb190131613f56dd0dc09d9e1b8fccb3b80 (patch) | |
| tree | 979027bdd9a47c62ba5a1f31c96a5c0cd8324f35 /res/templates | |
| parent | 1f294a91b2d5cea6efa41fcbeaa81b0ba62fb2cd (diff) | |
style: task-alert: prevent line break
Diffstat (limited to 'res/templates')
| -rw-r--r-- | res/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index 70aec687..1b6c89dc 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -33,8 +33,8 @@ var rz_config = { // set as a global variable </span> </div> <div id="intro-task" class="task-alert" style="display:none"> - <h3 class="task-desc">Connect yourself to the clubs, internship proposals, skills & scientific interests you have.</h3> - <div class="task-close-button">got it</div> + <span class="task-desc">Connect yourself to the clubs, internship proposals, skills & scientific interests you have.</span> + <span class="task-close-button">got it</span> </div> <div class="graph-view"> <div id="tool-bar"> |
