changeset 270:10fac2ffe7d1 Dev_main

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 8be863078392
children 99faf6d80c8d
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);
+}