Added support for github gist embeds

Fixes #26
This commit is contained in:
John O'Nolan 2013-09-24 09:21:52 +02:00
parent 2bd73d696a
commit ded174bab0
1 changed files with 17 additions and 0 deletions

View File

@ -573,6 +573,23 @@ table.plain {
}
/* ==========================================================================
1. Third Party Elements
========================================================================== */
/* Github */
.gist table {
margin: 0;
font-size: 1.4rem;
}
.gist .line-number {
width: 10px;
font-size: 1rem;
}
/* ==========================================================================
1. Pagination
========================================================================== */