# HG changeset patch # User Nicholas Jillings # Date 1433147219 -3600 # Node ID 300d4f58f2b49d4da8ef956080407c9ac62e79dc # Parent bc1dbad10ca232dc8cf2b534e8177cced10dd132 Moved global css options into core.css diff -r bc1dbad10ca2 -r 300d4f58f2b4 ape.css --- a/ape.css Mon Jun 01 09:18:02 2015 +0100 +++ b/ape.css Mon Jun 01 09:26:59 2015 +0100 @@ -72,44 +72,3 @@ background-color: rgb(100,200,100); } -div.comment-div { - border:#444444; - border-style:solid; - border-width:1px; - width: 624px; - float: left; - margin: 5px; -} - -div.comment-div span { - margin-left: 15px; -} - -div.popupHolder { - width: 500px; - height: 250px; - background-color: #fff; - border-radius: 10px; - box-shadow: 0px 0px 50px #000; - z-index: 2; -} - -button.popupButton { - /* Button for popup window - */ - width: 50px; - height: 25px; - position: absolute; - left: 440px; - top: 215px; - border-radius: 5px; - border: #444; - border-width: 1px; - border-style: solid; - background-color: #fff; -} - -textarea.trackComment { - width: 618px; - margin-right:15px; -} diff -r bc1dbad10ca2 -r 300d4f58f2b4 index.html --- a/index.html Mon Jun 01 09:18:02 2015 +0100 +++ b/index.html Mon Jun 01 09:26:59 2015 +0100 @@ -13,8 +13,7 @@ - - +