bottom margin for tables, minus search results
parent
14428756a4
commit
54ed50ecd7
|
@ -726,6 +726,7 @@ section
|
|||
width: 100%
|
||||
border: 1px solid #ccc
|
||||
border-spacing: 0
|
||||
margin-bottom: 60px
|
||||
|
||||
thead, tr:nth-child(even)
|
||||
background-color: $light-grey
|
||||
|
@ -798,6 +799,7 @@ html.search #docsContent
|
|||
|
||||
table
|
||||
border: 0
|
||||
margin-bottom: 0
|
||||
|
||||
td
|
||||
padding: 0
|
||||
|
|
Loading…
Reference in New Issue