From 23d8f69af2bf33da1ab883193c481c4dc933a8e0 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Mon, 25 May 2026 11:57:44 +0900 Subject: [PATCH] =?utf8?q?doc=E3=81=AEstyle.css=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- doc/style.css | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 71eefd4..9252d5b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.5p33 +v0.5p34 diff --git a/doc/style.css b/doc/style.css index f73e31d..ddddb07 100644 --- a/doc/style.css +++ b/doc/style.css @@ -152,9 +152,6 @@ th { font-style: normal; font-weight: bold; font-family: sans-serif; -} - -th { text-align: center; } @@ -170,3 +167,7 @@ em { font-style: normal; font-weight: bold; } + +hr { + display: none; +} -- 2.47.3