mirror of
https://github.com/sindresorhus/github-markdown-css.git
synced 2024-03-22 13:10:53 +08:00
Maded table heading left align
This commit is contained in:
parent
bfc9fa896f
commit
c6c23ba6a4
|
@ -389,6 +389,7 @@
|
||||||
|
|
||||||
.markdown-body table th {
|
.markdown-body table th {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown-body table th,
|
.markdown-body table th,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user