0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Merge pull request #4033 from halfdan/getting-typos

Fix Markdown help modal table positioning
This commit is contained in:
Paul Davis 2014-09-16 16:36:53 +01:00
commit 0fdfd6d3e5

View file

@ -846,5 +846,14 @@ body.zen {
}
.modal-markdown-help-table {
margin-top: 0;
margin: 20px 0;
width: 100%;
td, th {
padding: 8px;
}
th {
text-align: left;
}
}