changeset 203:3798ba80a255

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 20 Mar 2018 11:12:06 +0200
parents c8b69b6bb692
children 80abb1cb5913
files basic.css
diffstat 1 files changed, 11 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/basic.css	Tue Mar 20 11:11:11 2018 +0200
+++ b/basic.css	Tue Mar 20 11:12:06 2018 +0200
@@ -54,6 +54,7 @@
 
 #pageInfoFooter {
 	position: fixed;
+
 	bottom: 0;
 	left: 0;
 	right: 0;
@@ -172,6 +173,14 @@
 /*
  *
  */
+#pageImageBox {
+	top: 0;
+	bottom: 0;
+	left: 0;
+	right: 0;
+}
+
+
 .imageBox {
 	text-align: center;
 }
@@ -201,13 +210,6 @@
 	border: 0.2em solid white;
 }
 
-#pageImageBox {
-	top: 0;
-	bottom: 0;
-	left: 0;
-	right: 0;
-}
-
 div.imageCtrl {
 	position: absolute;
 	min-width: 150px;
@@ -261,6 +263,7 @@
 #imageImageBox {
 }
 
+
 #imageImage {
 	position: relative;
 	z-index: 5;
@@ -387,6 +390,7 @@
 
 
 @media screen and (min-resolution: 150dpi) {
+
 	div.albumTitle, div.imageCaption {
 		font-size: 1.5em;
 	}