From a97c32caa56a11b5581d8f50e55dab53896920f4 Mon Sep 17 00:00:00 2001 From: IIJIMA Hiromitsu Date: Wed, 14 Sep 2022 12:54:46 +0900 Subject: [PATCH] =?utf8?q?www:=20Minor=20tune=20on=20'man=20on=20WWW'=20fo?= =?utf8?q?rm=20for=20phones=20and=20other=20narrow=20devices.=20=E3=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- www/index.m4 | 26 +++++++++++++------------- www/jm.css | 19 +++++++++++++++++++ 2 files changed, 32 insertions(+), 13 deletions(-) diff --git a/www/index.m4 b/www/index.m4 index 1f0eac67..eb352d16 100644 --- a/www/index.m4 +++ b/www/index.m4 @@ -94,27 +94,27 @@ m4_dnl m4_esyscmd(`./bin/info-whole-archive.perl') 候補が複数ある時は一覧が出ます。

- +
- + - + diff --git a/www/jm.css b/www/jm.css index 7384f448..7f7cc928 100644 --- a/www/jm.css +++ b/www/jm.css @@ -100,6 +100,25 @@ pre { padding: 0em !important; } +/* 'man on WWW' form */ + table.searchbox { + max-width:100%; + margin: 1em 2%; + } + + table.searchbox th { + text-align: left; + vertical-align: top; + word-break: keep-all; + font-weight: bold; + font-family: sans-serif; + } + + input[name="Pagename"] { width:30em; } + @media (max-width:30em) { + input[name="Pagename"] { width:100%; } + } + /* Local configs for browsing locally downloaded files */ @import url(local.css) -- 2.11.0