summaryrefslogtreecommitdiff
path: root/!NetSurf/Resources
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2012-03-25 16:42:45 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2012-03-25 16:42:45 +0000
commite6155dd37f046e984e1e0d6528a175f649e47161 (patch)
tree14b3360b2346c69b1328fe11b098b05fbc3e40c8 /!NetSurf/Resources
parent903f4565473da7d46390dc53d9562b771c750f2b (diff)
downloadnetsurf-e6155dd37f046e984e1e0d6528a175f649e47161.tar.gz
netsurf-e6155dd37f046e984e1e0d6528a175f649e47161.tar.bz2
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
Diffstat (limited to '!NetSurf/Resources')
-rw-r--r--!NetSurf/Resources/internal.css,f7917
1 files changed, 17 insertions, 0 deletions
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;
+}
+