diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79 index 27e7f73d1..d345a2106 100644 --- a/!NetSurf/Resources/CSS,f79 +++ b/!NetSurf/Resources/CSS,f79 @@ -27,7 +27,7 @@ h5 { font-size: medium; font-style: italic; } h6 { font-size: medium; font-style: italic; } b, strong { font-weight: bold; } i, em { font-style: italic; } -a:link { color: #00f; text-decoration: line-through; } +a:link { color: #00f; text-decoration: underline; } th { font-weight: bold; } td { text-align: left; } diff --git a/riscos/htmlredraw.c b/riscos/htmlredraw.c index 0a8561421..1d0ff59d7 100644 --- a/riscos/htmlredraw.c +++ b/riscos/htmlredraw.c @@ -314,7 +314,6 @@ void html_redraw_box(struct content *content, struct box * box, x, y - (int) (box->height * 1.5), NULL, NULL, (int) box->length + 4); xfree(temp); - LOG(("line-through")); } else { char ulctrl[3];