From e6155dd37f046e984e1e0d6528a175f649e47161 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Sun, 25 Mar 2012 16:42:45 +0000 Subject: about:imagecache gives URL links, and table is styled. This has revealed a buffer overflow or similar here; reducing the buffer size to 1024 makes it very fragile with long URLs. svn path=/trunk/netsurf/; revision=13700 --- !NetSurf/Resources/internal.css,f79 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to '!NetSurf/Resources') diff --git a/!NetSurf/Resources/internal.css,f79 b/!NetSurf/Resources/internal.css,f79 index 60bc2cded..db1810412 100644 --- a/!NetSurf/Resources/internal.css,f79 +++ b/!NetSurf/Resources/internal.css,f79 @@ -174,3 +174,20 @@ body#configlist table.config td + td { body#configlist .null-content { font-style: italic; } + +/* about:imagecache */ + +table.imagecachelist { + border: 1px solid #000; + border-spacing: 0px; + border-collapse: collapse; +} + +table.imagecachelist th { + border: 1px solid #000; +} + +table.imagecachelist td { + border: 1px solid #000; +} + -- cgit v1.2.3