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