From 7faea49a893c9eb7f6bfdc14eb1c6ec7f2a82ca2 Mon Sep 17 00:00:00 2001 From: Marco Rougeth Date: Tue, 20 May 2014 11:01:17 -0300 Subject: [PATCH] Fix lack of space in the navbar --- src/static/css/screen.css | 2 +- src/templates/base.html | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/static/css/screen.css b/src/static/css/screen.css index 039c8ea..d57f3f4 100644 --- a/src/static/css/screen.css +++ b/src/static/css/screen.css @@ -10,7 +10,7 @@ li hr { /* Header */ #header-searchbox { - width: 200px; + width: 190px; } #header-hr { diff --git a/src/templates/base.html b/src/templates/base.html index da0035d..8131a42 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -119,9 +119,18 @@