mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Remove only top and bottom margins in 1st and last
This commit is contained in:
parent
62045a94b0
commit
a2039c46cc
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user