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:
parent
7292e04267
commit
2f504509f5
1 changed files with 11 additions and 0 deletions
11
css/main.css
11
css/main.css
|
@ -737,3 +737,14 @@ color: #f1c40f;
|
||||||
.icon-red{
|
.icon-red{
|
||||||
color: #c0392b;
|
color: #c0392b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Fix table border github gist snippets */
|
||||||
|
|
||||||
|
.gist, .gist-file table tr {
|
||||||
|
border: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gist, .gist-file table tr td {
|
||||||
|
border: unset;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue