changeset 863:2986718bc7b8

Feature Feature #1270: Outside reference object added. Some small bugs and GUI to solve.
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Thu, 23 Jul 2015 09:37:27 +0100
parents cf593a8bfd71
children 54c1fb5ca218
files ape.css
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ape.css	Wed Jul 22 17:58:01 2015 +0100
+++ b/ape.css	Thu Jul 23 09:37:27 2015 +0100
@@ -76,3 +76,10 @@
 	background-color: #FFDDDD;
 }
 
+div#outside-reference {
+	width:250px;
+	margin-left: 100px;
+	height:20px;
+	margin-bottom:5px;
+	background-color: rgb(100,200,100);
+}