diff options
author | Cheng-Han, Wu | 2016-05-09 17:52:03 +0800 |
---|---|---|
committer | Cheng-Han, Wu | 2016-05-09 17:52:03 +0800 |
commit | 8e8a5e1ecb37f1464b8d7c688a220e2d1436476f (patch) | |
tree | bdc4fe9aad3f00e3f7064c45658dbbae4b5076aa /public | |
parent | 3b5e74c9c4ac155a473f3284f0ca4180c834cabc (diff) |
Fix possible glitch of layout
Diffstat (limited to 'public')
-rw-r--r-- | public/views/header.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views/header.ejs b/public/views/header.ejs index 8172a47e..40dee0b0 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;"> + <span class="pull-right" style="margin-top: 17px; color: #777; float: right;"> <div class="visible-xs"> </div> <div class="visible-sm"> </div> <div class="visible-md"> </div> |