From a2039c46cc53bebd940ee03e62a0959eda096d34 Mon Sep 17 00:00:00 2001 From: Taye Adeyemi Date: Thu, 26 Dec 2013 18:21:01 +0000 Subject: [PATCH] Remove only top and bottom margins in 1st and last --- templates/default/static/styles/jsdoc-default.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/templates/default/static/styles/jsdoc-default.css b/templates/default/static/styles/jsdoc-default.css index 44e56c19..0279ab16 100644 --- a/templates/default/static/styles/jsdoc-default.css +++ b/templates/default/static/styles/jsdoc-default.css @@ -317,10 +317,16 @@ h6 .params th, .props th { border-right: 1px solid #aaa; } .params thead .last, .props thead .last { border-right: 1px solid #ddd; } -.params td.description > p +.params td.description > p:first-child { - margin: 0; - padding: 0; + margin-top: 0; + padding-top: 0; +} + +.params td.description > p:last-child +{ + margin-bottom: 0; + padding-bottom: 0; } .disabled {