From 720ef197fb9a8be8e8bd4cb73aa2945bcecf0557 Mon Sep 17 00:00:00 2001 From: klugier Date: Mon, 10 Apr 2017 20:51:49 +0000 Subject: [PATCH] .uppweb Fix issue with too big bar links. git-svn-id: svn://ultimatepp.org/upp/trunk@10994 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppbox/uppweb/www.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppbox/uppweb/www.cpp b/uppbox/uppweb/www.cpp index a1167989b..e9879dcba 100644 --- a/uppbox/uppweb/www.cpp +++ b/uppbox/uppweb/www.cpp @@ -150,7 +150,7 @@ Htmls BarLink(const char *link, const char *text, bool nxt = true) { String style = "border: 0px solid black; " "padding-left:12px; padding-right:0px; " - "padding-top:6px; padding-bottom:6px;"; + "padding-top:0px; padding-bottom:6px;"; if(nxt) style += " border-top: 1px solid #6E89AE;";