From 97030fec7b9edbe7276bb0e175f1e3c849d3e476 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Sat, 17 Jun 2023 23:57:16 +0200 Subject: actually migrate some contents --- assets/style.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'assets') diff --git a/assets/style.css b/assets/style.css index a030cea..57ce4dc 100644 --- a/assets/style.css +++ b/assets/style.css @@ -114,6 +114,7 @@ h6 { .search-form-wrap { text-align: center; + font-size: 120%; } ul.search-results li { @@ -136,6 +137,25 @@ input.search { width: 100%; } +input, button { + font-size: inherit; + font-family: inherit; +} + + +tbody tr.even { + background: #f8f8f8; +} + +table td { + padding: 0.3em; +} + +table th { + padding: 0.5em; + border-bottom: 1pt solid #777; +} + /* layout */ header { -- cgit v1.2.3