From c43eeb7d760b24cff687bd2bc9b28646f606d8aa Mon Sep 17 00:00:00 2001 From: Andreas Valder <andreasv@fsmpi.rwth-aachen.de> Date: Sun, 7 Aug 2016 08:48:23 +0200 Subject: [PATCH] fixed menu line break --- templates/header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/header.html b/templates/header.html index bcdbd25..39764bb 100644 --- a/templates/header.html +++ b/templates/header.html @@ -27,7 +27,7 @@ </ul> </div> <div class="row"> - <div class="col-md-7"> + <div class="col-md-6"> <ul class="nav nav-pills"> <li class="active"> <a href="/"><span class="glyphicon glyphicon-home"></span> Home</a> @@ -40,7 +40,7 @@ </li> </ul> </div> - <div class="col-md-4"> + <div class="col-xs-5"> <span class=""><input class="form-control" type="text" placeholder="Search"> </div> <div class="col-md-1"> -- GitLab