From 73e2d40ee0d82c9d68eca8db35b323db77eb5713 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Tue, 17 Mar 2020 12:20:58 +0100 Subject: move deepsearch into pages list --- assets/css/home.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'assets') diff --git a/assets/css/home.css b/assets/css/home.css index f5f931e..c026b27 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -98,9 +98,10 @@ aside.home #edit input[type="submit"] { div#deepsearchbar { background-color: lightgrey; + border: solid 1px grey; } -input#search { +#deepsearchbar input[type=text] { width: 30%; } -- cgit v1.2.3