# HG changeset patch # User Nicholas Jillings # Date 1433147219 -3600 # Node ID 9e65514f45c90f197d0ef8ba204b5575c3205eef # Parent d141519a99f245c1db04f14ef2272c963bbbfac3 Moved global css options into core.css diff -r d141519a99f2 -r 9e65514f45c9 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 d141519a99f2 -r 9e65514f45c9 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 @@ - - +