From aaa8e1679caaee8ec5ede0ffa4615a699c6cd4ba Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 19 Dec 2012 12:17:56 -0500 Subject: [PATCH] CSS adjustment. --- themes/blueprint/css/styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/blueprint/css/styles.css b/themes/blueprint/css/styles.css index 3c916f5d4ff..e3617174e19 100644 --- a/themes/blueprint/css/styles.css +++ b/themes/blueprint/css/styles.css @@ -467,6 +467,9 @@ dl.narrowList a:hover { dl.narrowList a { text-decoration: none; } +.keywordFilterForm { + margin: 5px 0px 5px 0px; +} .navmenu dd { padding: 0.1em 0 0.1em 0.4em; list-style-type: none; -- GitLab