# HG changeset patch # User Nicholas Jillings # Date 1437640647 -3600 # Node ID 317faa29ab11cb47b6bf5f1c9c85630b21c73591 # Parent 35df5cba63ebc53897da56c7d9fdb30b6017d93d Feature Feature #1270: Outside reference object added. Some small bugs and GUI to solve. diff -r 35df5cba63eb -r 317faa29ab11 ape.css --- 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); +}