diff options
Diffstat (limited to 'res')
| -rw-r--r-- | res/client/css/partials/top-bar.scss | 1 | ||||
| -rw-r--r-- | res/templates/index.html | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/res/client/css/partials/top-bar.scss b/res/client/css/partials/top-bar.scss index a96d3055..69480d95 100644 --- a/res/client/css/partials/top-bar.scss +++ b/res/client/css/partials/top-bar.scss @@ -47,6 +47,5 @@ font-family: $semibold-font-family; color: $light-grey; margin-left: 40px; - padding: 10px; font-size: $h3-size; } 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> |
