mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Fix Markdown help modal table positioning
no ref - Fix top spacing of markdown table - Fix width of table and left align table head - Fix grammar, whitespace in getting-started post
This commit is contained in:
parent
bff7a7ca55
commit
a45711a5ac
1 changed files with 10 additions and 1 deletions
|
@ -846,5 +846,14 @@ body.zen {
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-markdown-help-table {
|
.modal-markdown-help-table {
|
||||||
margin-top: 0;
|
margin: 20px 0;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
td, th {
|
||||||
|
padding: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue