diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-04-02 23:47:25 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-02 23:47:25 +0300 |
| commit | 4ed06bcab6c2e74ff82fbe9056a4982519dae8c2 (patch) | |
| tree | 119c0d7c3f2550720aa25365e338cad50dd5a4ce /res | |
| parent | e568af303505e37978b0c04589fcc4925ff01d39 (diff) | |
index.html: add zoom titles
Diffstat (limited to 'res')
| -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 32e02e87..b0991015 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -81,8 +81,8 @@ var rz_config = { // set as a global variable <div id="layout-buttons"> </div> <div id="zoom-bar"> - <div id="btn_zoom_in"></div> - <div id="btn_zoom_out"></div> + <div id="btn_zoom_in" title="Zoom in"></div> + <div id="btn_zoom_out"title="Zoom out"></div> </div> <div id="input-box-set-container"> <div class="input-container" id="input-container__search"> |
