mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
chore(ldoc: css): new style for the tables
This commit is contained in:
parent
356d730b7d
commit
dafbd48375
1 changed files with 14 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue