changeset 144:c0c0708bd94d

Make image caption stand out a bit better on the image page.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 04 Sep 2017 14:59:22 +0300
parents be2e9d5e127d
children d0ec01e13de5
files basic.css
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/basic.css	Mon Sep 04 14:58:45 2017 +0300
+++ b/basic.css	Mon Sep 04 14:59:22 2017 +0300
@@ -224,6 +224,9 @@
 	font-size: 1.25em;
 }
 
+#imageCBox div.imageCaption {
+	background: #050;
+}
 
 div.infoBox {
 	position: absolute;