From ac1cd658a72b294da2caa558112eb012605df57b Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Tue, 29 Nov 2022 21:22:42 -0700 Subject: [PATCH] Switch to pico.css --- openbsd.app.pl | 85 +++++++------------------------------------------- 1 file changed, 11 insertions(+), 74 deletions(-) diff --git a/openbsd.app.pl b/openbsd.app.pl index 6cae8ba..6e9153b 100755 --- a/openbsd.app.pl +++ b/openbsd.app.pl @@ -204,85 +204,22 @@ __DATA__ type="application/opensearchdescription+xml" title="<%= $title %>" href="/openbsd-app-opensearch.xml" /> - + -
+

OpenBSD.app - search packages

- -
-
- <%== content %> -
-
+ %= form_for '/' => begin + %= tag 'input', type => 'search', name => 'search', id => 'search', placeholder => 'Search' + %= check_box id => 'switch', role => "switch" + %= label_for 'switch' => 'Search -current' + % end + +
+ <%== content %> +