diff ape.css @ 1647:5c035fc813d0

Improved formatting for comment boxes
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Fri, 10 Apr 2015 12:59:23 +0100
parents 52f0cabcf969
children 8894d17cfad7
line wrap: on
line diff
--- a/ape.css	Fri Apr 10 12:48:07 2015 +0100
+++ b/ape.css	Fri Apr 10 12:59:23 2015 +0100
@@ -45,6 +45,19 @@
 	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;