Remove only top and bottom margins in 1st and last

This commit is contained in:
Taye Adeyemi 2013-12-26 18:21:01 +00:00
parent 62045a94b0
commit a2039c46cc

View File

@ -317,10 +317,16 @@ h6
.params th, .props th { border-right: 1px solid #aaa; } .params th, .props th { border-right: 1px solid #aaa; }
.params thead .last, .props thead .last { border-right: 1px solid #ddd; } .params thead .last, .props thead .last { border-right: 1px solid #ddd; }
.params td.description > p .params td.description > p:first-child
{ {
margin: 0; margin-top: 0;
padding: 0; padding-top: 0;
}
.params td.description > p:last-child
{
margin-bottom: 0;
padding-bottom: 0;
} }
.disabled { .disabled {