summaryrefslogtreecommitdiff
path: root/web-ui/app/index.html
diff options
context:
space:
mode:
authorGislene Pereira <gislene01@gmail.com>2015-11-27 17:10:53 -0200
committerPixelated <pixelated@pix-poa-1>2015-11-27 17:17:09 -0200
commit230ac791547576850e886e1d927b400dbe65e505 (patch)
treeb7b9266395e0a16f7e1e7c551b0ec532f9337525 /web-ui/app/index.html
parent3a9010d4c8a86983d06d6d5be3f68d6c03999e77 (diff)
Issue #509 - Fixed space between navbar icons [Gil/Jeff]
Adjusted user settings popup text size. Done some SASS refactoring.
Diffstat (limited to 'web-ui/app/index.html')
-rw-r--r--web-ui/app/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/web-ui/app/index.html b/web-ui/app/index.html
index 5eb82450..c44706b4 100644
--- a/web-ui/app/index.html
+++ b/web-ui/app/index.html
@@ -48,10 +48,10 @@
</a>
<nav id="tag-list"></nav>
<div class="side-nav-bottom">
- <nav id="user-settings-icon"></nav>
- <nav id="logout"></nav>
<div class="version">0.3.1-beta</div>
<nav id="feedback"></nav>
+ <nav id="user-settings-icon"></nav>
+ <nav id="logout"></nav>
</div>
</section>
</div>