diff --git a/static/css/style.css b/static/css/style.css index 8d664e2..6cc45f0 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -100,7 +100,6 @@ mark { } pre, code { font-family:Menlo, Monaco, Consolas, "Lucida Console", "Courier New", monospace; - font-size:.92857em; } pre { overflow:auto; @@ -1051,6 +1050,10 @@ table tr th, table tr td { text-align: left; } +table tbody tr td:nth-of-type(1) pre { + margin-right: -1px; +} + .github-badge { display: inline-block; border-radius: 4px;