chore(ldoc: css): new style for the tables

This commit is contained in:
actionless 2018-03-20 17:52:38 +01:00 committed by Yauhen Kirylau
parent 356d730b7d
commit dafbd48375

View file

@ -1,4 +1,4 @@
body {
body {
color: #47555c;
font-size: 16px;
font-family: sans-serif;
@ -173,10 +173,20 @@ table.index td { text-align: left; vertical-align: top; }
padding-right: 15px;
}
#content table, #content table th, #content table td {
border-style: solid;
border-color: #a3b0d1;
}
#content table {
padding-left: 15px;
padding-right: 15px;
background-color: white;
border-collapse:collapse;
border-spacing: 0;
margin-left: 15px;
margin-right: 15px;
}
#content table th, #content table td {
padding: 2px;
}
#content p, #content table, #content ol, #content ul, #content dl {