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:
Fabian Becker 2014-09-14 18:46:59 +00:00
parent bff7a7ca55
commit a45711a5ac

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;
}
}