From cc7c0581afa23734cccbc55108c53cb63bd8154b Mon Sep 17 00:00:00 2001 From: klugier Date: Tue, 11 Apr 2017 19:58:06 +0000 Subject: [PATCH] .uppweb revert changes related to web. git-svn-id: svn://ultimatepp.org/upp/trunk@10996 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppbox/uppweb/www.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uppbox/uppweb/www.cpp b/uppbox/uppweb/www.cpp index 7f8417508..c562f93fc 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:0px; padding-bottom:6px;"; + "padding-top:6px; padding-bottom:6px;"; if(nxt) style += " border-top: 1px solid #6E89AE;"; @@ -639,8 +639,8 @@ void ExportPage(int i) pageTitle << " :: Ultimate++"; Htmls content = - "" + - //"\n" + + //"" + + "\n" + HtmlHeader(pageTitle, AsCss(css) + "a.l1 { text-decoration:none; font-size: 8pt; font-family: sans-serif; " "font-weight: normal; }\n"