From f982fb95044581435e31c765487b45d5ee963519 Mon Sep 17 00:00:00 2001 From: arf20 Date: Tue, 2 Dec 2025 00:00:12 +0100 Subject: search actually working :D --- index.htm.tmpl | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'index.htm.tmpl') diff --git a/index.htm.tmpl b/index.htm.tmpl index 1443aa0..fd21578 100644 --- a/index.htm.tmpl +++ b/index.htm.tmpl @@ -13,19 +13,16 @@ display: block; } -/* Style the form - display items horizontally */ .form-inline { display: flex; flex-flow: row wrap; align-items: center; } -/* Add some margins for each label */ .form-inline label { } -/* Style the input fields */ .form-inline input { flex-grow: 1; vertical-align: middle; @@ -37,6 +34,20 @@ border: none; } +.result { + margin-left: 1em; + margin-bottom: 1em; +} + +.name { + font-weight: bold; + font-size: 16pt; + margin: 0; +} + +.path { + +} @@ -50,10 +61,11 @@

Search all of the ARFNET content fast

- +
+ %s -- cgit v1.2.3