docs(css) improve CSS of API section

This commit is contained in:
Gabor Kiss-Vamosi
2021-05-04 11:53:39 +02:00
parent ad89db7c76
commit 87f8ac2ef9

View File

@@ -6,10 +6,22 @@ table, th, td {
td { td {
text-align:center; text-align:center;
} }
.descname span.pre
{ {
margin-left:12px; padding-right:8px;
} }
span.pre:first-child
{
padding-right:0px;
}
code.sig-name
{
//margin-left:8px;
}
.toggle .header { .toggle .header {
display: block; display: block;
clear: both; clear: both;