diff interfaces/ape.css @ 2782:be845c47bdaf

#138. Added fixed image to APE
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Fri, 21 Apr 2017 16:15:40 +0100
parents 464c6c6692d6
children 0a5f34a5eec6
line wrap: on
line diff
--- a/interfaces/ape.css	Fri Apr 21 15:50:44 2017 +0100
+++ b/interfaces/ape.css	Fri Apr 21 16:15:40 2017 +0100
@@ -89,3 +89,11 @@
     top: 10px;
     left: 120px;
 }
+div.imageController {
+    align-content: center;
+    text-align: center;
+    height: 250px;
+}
+div.imageController img {
+    max-height: 250px;
+}