# HG changeset patch # User Nicholas Jillings # Date 1433147219 -3600 # Node ID f2ef4be20d7f17d589775a3b273cffd5f138e4da # Parent bc178ec0e3b18e8081be28ab73c0a7fd2af62f36 Moved global css options into core.css diff -r bc178ec0e3b1 -r f2ef4be20d7f 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 bc178ec0e3b1 -r f2ef4be20d7f 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 @@ - - +