From 44b78ed4430d655d975dadca3d2490d33c37093a Mon Sep 17 00:00:00 2001 From: Ismail Cadaroski Date: Thu, 16 Feb 2017 19:37:33 +0100 Subject: [PATCH] stylesheet changes for the post box --- css/stylesheet.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/css/stylesheet.css b/css/stylesheet.css index 660e44b..128575a 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -40,3 +40,14 @@ li { border-left: 1px solid #bbb; } /* navigaton end */ + +/* comment section */ +.post-box{ + width: 815px; + padding: 20px; + margin-bottom: 4px; + background-color: #fff; + border-radius: 4px; + position: relative; + +}