mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.uppweb revert changes related to web.
git-svn-id: svn://ultimatepp.org/upp/trunk@10996 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
de7fa0702b
commit
cc7c0581af
1 changed files with 3 additions and 3 deletions
|
|
@ -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 =
|
||||
"<!DOCTYPE html>" +
|
||||
//"<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n" +
|
||||
//"<!DOCTYPE html>" +
|
||||
"<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n" +
|
||||
HtmlHeader(pageTitle, AsCss(css) +
|
||||
"a.l1 { text-decoration:none; font-size: 8pt; font-family: sans-serif; "
|
||||
"font-weight: normal; }\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue