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"