Add styles to compress the summary table presentation.

Change-Id: Icbb5da4c87bc111bfe7c5d29af4ad53546f11114
This commit is contained in:
Dirk Dougherty 2016-03-04 18:46:54 -08:00
parent 882adaed0e
commit ef0e3eaa14
2 changed files with 25 additions and 0 deletions

View file

@ -2411,6 +2411,17 @@ div.note.distribute {
margin-bottom:0;
}
.summary-table {
background-color:#eceff1;
padding:1em;
margin-bottom:1.5em;
}
.summary-table h5 {
line-height:1em;
font-size:.98em;
}
body.about blockquote {
display:block;
float:right;

View file

@ -2628,6 +2628,20 @@ div.note.distribute {
margin-bottom:0;
}
.summary-table {
background-color:#e1e4e6;
padding:1em;
margin-bottom:1.5em;
}
.summary-table p {
font-size:.98em;
}
.summary-table h5 {
line-height:1em;
font-size:.98em;
}
body.about blockquote {
display:block;
float:right;