From 3a579d87820ccbec514f1be5eb090e874fd87eec Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 22 Dec 2015 19:32:54 +0100 Subject: EFSA 2015 tier 1 PEC soil, clean up, add static docs --- pkg/inst/web/css/staticdocs.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pkg/inst/web/css/staticdocs.css (limited to 'pkg/inst/web/css/staticdocs.css') diff --git a/pkg/inst/web/css/staticdocs.css b/pkg/inst/web/css/staticdocs.css new file mode 100644 index 0000000..9fee28b --- /dev/null +++ b/pkg/inst/web/css/staticdocs.css @@ -0,0 +1,18 @@ +h2 {padding-top: 20px} + +.icon img { + float: right; + border: 1px solid #ccc; +} +.index .internal {display: none;} +ul.index li {margin-bottom: 0.5em; clear: both;} + +footer { + margin-top: 45px; + padding: 35px 0 36px; + border-top: 1px solid #e5e5e5; +} +footer p { + margin-bottom: 0; + color: #555; +} -- cgit v1.2.1