summaryrefslogtreecommitdiff
path: root/public/views
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-05-11 11:47:39 +0800
committerCheng-Han, Wu2016-05-11 11:47:39 +0800
commita1cbdb6de70256d5e6b837a1a9f61d189f0a64df (patch)
tree1091096642fd9d924ec0589562a93f34bb4b2eb6 /public/views
parentf18ce47a3d33aa5355d0209882fcc94ad6a30803 (diff)
Try to fix potential toolbar layout glitch
Diffstat (limited to 'public/views')
-rw-r--r--public/views/header.ejs4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/views/header.ejs b/public/views/header.ejs
index 40dee0b0..6218187f 100644
--- a/public/views/header.ejs
+++ b/public/views/header.ejs
@@ -1,7 +1,7 @@
<nav class="navbar navbar-default navbar-fixed-top unselectable hidden-print">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
- <span class="pull-right" style="margin-top: 17px; color: #777; float: right;">
+ <span class="pull-right" style="margin-top: 17px; color: #777;">
<div class="visible-xs">&nbsp;</div>
<div class="visible-sm">&nbsp;</div>
<div class="visible-md">&nbsp;</div>
@@ -13,7 +13,7 @@
<ul class="dropdown-menu list" role="menu" aria-labelledby="menu">
</ul>
</div>
- <a class="navbar-brand" href="<%- url %>/"><i class="fa fa-file-text"></i> HackMD</a>
+ <a class="navbar-brand pull-left" href="<%- url %>"><i class="fa fa-file-text"></i> HackMD</a>
<div class="nav-mobile pull-right visible-xs">
<span class="btn btn-link btn-file ui-upload-image" title="Upload Image" style="display:none;">
<i class="fa fa-camera"></i><input type="file" accept="image/*" name="upload" multiple>