From cb29043bf1193c52cd9e5c268168d9f407780aed Mon Sep 17 00:00:00 2001 From: Karen Date: Mon, 2 Jan 2012 20:25:00 +0530 Subject: [PATCH] added margin bottom for p in bottom right div --- itf/static/css/noel/inner-details.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/itf/static/css/noel/inner-details.css b/itf/static/css/noel/inner-details.css index bb74240..6030708 100755 --- a/itf/static/css/noel/inner-details.css +++ b/itf/static/css/noel/inner-details.css @@ -24,6 +24,10 @@ text-decoration:none;} #bottomRight a:hover {text-decoration:underline;} +#bottomRight p { +margin-bottom: 8px; +} + .itfInfoSub {color:#f7bd00; font-weight:bold;}