mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 12:18:42 +00:00
fix: table header cell text-align
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f8377ebdad
commit
67a1c80696
@ -148,3 +148,15 @@ label {
|
|||||||
padding: 1em;
|
padding: 1em;
|
||||||
background-color: rgba(var(--bs-light-rgb));
|
background-color: rgba(var(--bs-light-rgb));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown-body table th[align='left'] {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-body table th[align='center'] {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-body table th[align='right'] {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user