diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-09 02:33:14 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-09 02:57:02 +0200 |
| commit | aaf2df093603cc9e6ce16f5651d2e5e0b5c8dcb4 (patch) | |
| tree | 60a5d64f20498f7b9147a494a880a3683b9394ca /res/templates | |
| parent | bbd4523e257d97da329f0c9c380d79bfa186f485 (diff) | |
use <span> tag for doc title, rm padding
Diffstat (limited to 'res/templates')
| -rw-r--r-- | res/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index 8a98b83e..866d0572 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -10,7 +10,7 @@ <span id="measure-node" class="graph nodetext" style="position: absolute; display: inline; top: -300px; left: 0px;">suicide squade, attack!</span> <span id="measure-link" class="graph linklabel" style="position: absolute; display: inline; top: -300px; left: 0px;">those who are about to cry, we kaput you.</span> <div class="top-bar"> - <h3 id="doc-title">Rhizi Prototype</h3> + <span id="doc-title">Rhizi Prototype</span> <div class="user-area"> <div class="username"> <div class="profile-circle"></div> |
