Fixes table borders for gist (#236)

* removes borders in git tables

* adds jekyll-gist plugin

* adds usage example

* fix line ending

* remove jekyll-gist plugin

* remove jekyll-gist gem

* remove gist example

* catch up recent master changes
This commit is contained in:
OCram85 2017-08-18 08:54:22 +02:00 committed by Dean Attali
parent 7292e04267
commit 2f504509f5
1 changed files with 11 additions and 0 deletions

View File

@ -737,3 +737,14 @@ color: #f1c40f;
.icon-red{
color: #c0392b;
}
/* Fix table border github gist snippets */
.gist, .gist-file table tr {
border: unset;
}
.gist, .gist-file table tr td {
border: unset;
}