1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

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 {
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 {
display: block;
clear: both;