diff ape.css @ 1533:317faa29ab11

Feature Feature #1270: Outside reference object added. Some small bugs and GUI to solve.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Thu, 23 Jul 2015 09:37:27 +0100
parents 766bff1a8f73
children 54c1fb5ca218
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);
+}