From cd7cc1457e61d8f6329605572a3ff0464af54403 Mon Sep 17 00:00:00 2001 From: Mischa The Evil Date: Mon, 9 Jan 2017 22:02:00 +0100 Subject: [PATCH 4/4] Add margin between tables and the following headings. Based on the feedback by Go MAEDA. --- public/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git public/stylesheets/application.css public/stylesheets/application.css index 701be55..dea4205 100644 --- public/stylesheets/application.css +++ public/stylesheets/application.css @@ -328,7 +328,7 @@ table.plugins span.name { font-weight: bold; display: block; margin-bottom: 6px; table.plugins span.description { display: block; font-size: 0.9em; } table.plugins span.url { display: block; font-size: 0.9em; } -table.list.enumerations {table-layout: fixed;} +table.list.enumerations {table-layout: fixed; margin-bottom: 2em;} tr.group td { padding: 0.8em 0 0.5em 0.3em; border-bottom: 1px solid #ccc; text-align:left; } tr.group span.name {font-weight:bold;} -- 2.7.4.windows.1