This commit is contained in:
Rico Sta. Cruz 2014-07-22 16:45:02 +08:00
parent 8087cc36f8
commit 5e3ace56a5
1 changed files with 22 additions and 1 deletions

View File

@ -160,9 +160,30 @@ pre {
} }
/* /*
* highlight * table
*/ */
table {
border-bottom: solid 1px #eee;
width: 100%; }
td, th {
border-top: solid 1px #eee;
padding: 5px 10px; }
th {
font-size: 0.9em;
font-weight: bold; }
tr > :first-child {
padding-left: 0; }
tr > :last-child {
padding-left: 0; }
/*
* highlight
*/
.hljs .keyword, .hljs .keyword,
.hljs .title .hljs .title