[project @ 2003-10-17 23:59:23 by jmb]

Whoops. Fix CSS default so a:link really is underlined instead of
stricken (as earlier). Also lose LOGging from htmlredraw.c

svn path=/import/netsurf/; revision=369
This commit is contained in:
John Mark Bell 2003-10-17 23:59:23 +00:00
parent c97107af5c
commit 6ac3166271
2 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,7 @@ h5 { font-size: medium; font-style: italic; }
h6 { font-size: medium; font-style: italic; } h6 { font-size: medium; font-style: italic; }
b, strong { font-weight: bold; } b, strong { font-weight: bold; }
i, em { font-style: italic; } i, em { font-style: italic; }
a:link { color: #00f; text-decoration: line-through; } a:link { color: #00f; text-decoration: underline; }
th { font-weight: bold; } th { font-weight: bold; }
td { text-align: left; } td { text-align: left; }

View File

@ -314,7 +314,6 @@ void html_redraw_box(struct content *content, struct box * box,
x, y - (int) (box->height * 1.5), x, y - (int) (box->height * 1.5),
NULL, NULL, (int) box->length + 4); NULL, NULL, (int) box->length + 4);
xfree(temp); xfree(temp);
LOG(("line-through"));
} }
else { else {
char ulctrl[3]; char ulctrl[3];