summaryrefslogtreecommitdiff
path: root/!NetSurf/Resources/internal.css,f79
diff options
context:
space:
mode:
Diffstat (limited to '!NetSurf/Resources/internal.css,f79')
-rw-r--r--!NetSurf/Resources/internal.css,f7921
1 files changed, 16 insertions, 5 deletions
diff --git a/!NetSurf/Resources/internal.css,f79 b/!NetSurf/Resources/internal.css,f79
index db1810412..6f1e82b0b 100644
--- a/!NetSurf/Resources/internal.css,f79
+++ b/!NetSurf/Resources/internal.css,f79
@@ -159,6 +159,7 @@ body#dirlist span.size + span.size {
text-align: left;
padding-right: 0; }
+
/*
* configuration listing style
*/
@@ -175,19 +176,29 @@ body#configlist table.config td + td {
body#configlist .null-content {
font-style: italic; }
-/* about:imagecache */
+
+/*
+ * about:imagecache
+ */
table.imagecachelist {
- border: 1px solid #000;
border-spacing: 0px;
- border-collapse: collapse;
+ margin-top: 1.2em;
+ margin-bottom: 1.2em;
+}
+
+table.imagecachelist tr:nth-child(2n+3) {
+ background: #e8edff;
}
table.imagecachelist th {
- border: 1px solid #000;
+ background: #c8d5ff;
+ padding: 2px;
+ text-align: left;
}
table.imagecachelist td {
- border: 1px solid #000;
+ border-top: 1px solid #bcf;
+ padding: 2px;
}