added a little padding to table cells to improve look and readablity

This commit is contained in:
Igal Levy 2014-01-24 13:14:56 -08:00
parent 5aacfe72e1
commit 3301d5d510

View File

@ -53,4 +53,8 @@
.doc-content table code {
background-color: transparent;
}
}
td, th {
padding: 5px;
}