mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Center thead in devel-docs tables
This commit is contained in:
parent
16bfaa253e
commit
921056fc9f
1 changed files with 3 additions and 0 deletions
|
@ -776,6 +776,9 @@ table td,table th{
|
||||||
.toccontent img{
|
.toccontent img{
|
||||||
max-width:100%;
|
max-width:100%;
|
||||||
}
|
}
|
||||||
|
.toccontent table thead{
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
.toccontent a.auto-link:link,
|
.toccontent a.auto-link:link,
|
||||||
.toccontent a.auto-link:visited{
|
.toccontent a.auto-link:visited{
|
||||||
color:#646464;
|
color:#646464;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue