From 866a408120f0e409bf650d57d19d7325facd1c73 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 1 Jan 2015 20:44:45 +1300 Subject: Make header more compact - Remove title bar - File -> mitmproxy - ultimately our logo can go here --- libmproxy/web/static/app.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libmproxy/web/static/app.css') diff --git a/libmproxy/web/static/app.css b/libmproxy/web/static/app.css index f4aec31b..047651b4 100644 --- a/libmproxy/web/static/app.css +++ b/libmproxy/web/static/app.css @@ -128,12 +128,9 @@ body, margin: 1px 0 0px; } header { + padding-top: 0.5em; background-color: white; } -header .title-bar { - line-height: 25px; - text-align: center; -} header .menu { padding: 10px; border-bottom: solid #a6a6a6 1px; -- cgit v1.2.3