diff options
-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> |