changeset 94:1e9a6e773627

Improve best quality/"full size" link CSS styling.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 16 Sep 2016 04:09:58 +0300
parents 82754fdd64ca
children b8c6e3909972
files basic.css
diffstat 1 files changed, 14 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/basic.css	Fri Sep 16 04:09:42 2016 +0300
+++ b/basic.css	Fri Sep 16 04:09:58 2016 +0300
@@ -216,7 +216,7 @@
 
 div.infoBox {
 	position: absolute;
-	bottom: 3em;
+	bottom: 2em;
 	left: 1em;
 	right: 1em;
 	height: auto;
@@ -239,6 +239,19 @@
 }
 
 
+#imageLink {
+	position: absolute;
+	left: 0;
+	right: 0;
+	bottom: 0;
+	background: white;
+	color: black;
+	text-shadow: none;
+	text-decoration: none;
+	font-size: 1.25em;
+}
+
+
 span.infoDateTime {
 	display: block;
 	color: white;