Tweak to make gist embeds work with 100+ lines

This commit is contained in:
John O'Nolan 2013-09-24 09:43:11 +02:00
parent bd71951dbb
commit 9ef17def42

View File

@ -595,8 +595,8 @@ table.plain {
} }
.gist .line-number { .gist .line-number {
width: 10px; min-width: 10px;
font-size: 1rem; font-size: 1.1rem;
} }