Spacing nits

This commit is contained in:
Héctor Ramos
2016-08-03 10:44:10 -07:00
parent 8a1aec3702
commit 02060c1cda

View File

@@ -1580,8 +1580,7 @@ input#algolia-doc-search:focus {
color: #3B3738;
}
.params, .props
{
.params, .props {
border-spacing: 0;
border: 0;
border-collapse: collapse;
@@ -1591,8 +1590,7 @@ input#algolia-doc-search:focus {
color: #4D4E53;
}
.params td, .params th, .props td, .props th
{
.params td, .params th, .props td, .props th {
border: 1px solid #ddd;
margin: 0px;
text-align: left;
@@ -1601,14 +1599,12 @@ input#algolia-doc-search:focus {
display: table-cell;
}
.params thead tr, .props thead tr
{
.params thead tr, .props thead tr {
background-color: hsl(198, 75%, 88%);
font-weight: bold;
}
.params .params thead tr, .props .props thead tr
{
.params .params thead tr, .props .props thead tr {
background-color: #fff;
font-weight: bold;
}
@@ -1617,15 +1613,13 @@ input#algolia-doc-search:focus {
.params thead .last, .props thead .last { border-right: 1px solid #ddd; }
.params td.description > div > p:first-child,
.props td.description > div > p:first-child
{
.props td.description > div > p:first-child {
margin-top: 0;
padding-top: 0;
}
.params td.description > p:last-child,
.props td.description > p:last-child
{
.props td.description > p:last-child {
margin-bottom: 0;
padding-bottom: 0;
}