From 894ed0e7c8a35c9503f2fdb4f9923accde06ef0e Mon Sep 17 00:00:00 2001 From: gebele Date: Fri, 29 Jun 2018 12:41:41 +0000 Subject: updated file format instructions --- views/style.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'views/style.scss') diff --git a/views/style.scss b/views/style.scss index fc6f8f2..f908812 100644 --- a/views/style.scss +++ b/views/style.scss @@ -120,3 +120,17 @@ tr.hide-top > td { overflow-y: auto; overflow-x: auto; } +.help table, .help th, .help td { + background-color: white; + border: 1px solid black; + border-bottom: none; + width: 100%; +} +.help th, .help td { + padding: 10px; + text-align: left; +} +.storage-list { + background-color: #fff; + padding: 1em; +} -- cgit v1.2.3