From 464c8e4f5282b7956dc886ea6d52ac42f74f7e9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=9E=E9=9B=AA=E6=97=A0=E6=83=85?= Date: Wed, 31 Aug 2022 09:23:46 +0800 Subject: [PATCH] Fix code style misalignment and bold border issues --- static/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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;