From 46af92731df9e78fa6022d80e289d0c58ca8c833 Mon Sep 17 00:00:00 2001 From: Will Hopper Date: Mon, 7 Nov 2016 14:23:45 -0800 Subject: [PATCH] (PDOC-93) Ensure search bar doesn't overlap item list in nav bar --- .../yard/templates/default/fulldoc/html/css/common.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/puppet-strings/yard/templates/default/fulldoc/html/css/common.css diff --git a/lib/puppet-strings/yard/templates/default/fulldoc/html/css/common.css b/lib/puppet-strings/yard/templates/default/fulldoc/html/css/common.css new file mode 100644 index 0000000..d28b093 --- /dev/null +++ b/lib/puppet-strings/yard/templates/default/fulldoc/html/css/common.css @@ -0,0 +1,8 @@ +/* Ensure the search bar doesn't overlap with links */ +.fixed_header { + padding-bottom: 25px; +} + +#full_list { + padding-top: 15px; +}