Files
shaka-packager/docs/source/_static/sphinxdoc_new.css
KongQun Yang fcf2873211 Updated style for option list and field list
This makes them looking better.

Change-Id: Icf3827a779bda470ed6a6ac8e56d2daa19e773a5
2017-09-19 14:52:25 -07:00

18 lines
278 B
CSS

@import url("sphinxdoc.css");
h3 {
margin-bottom: 0;
}
table.option-list td, table.option-list th {
border: 0 !important;
}
th.field-name, th.field-name ~ td, td.option-group, td.option-group ~ td {
padding-top: 10px !important;
}
span.option {
font-weight: bold;
}