From d6ecba59feb32d7598e257913d622f9ea5296d3b Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 18 Sep 2018 22:06:24 +0200 Subject: content update --- _includes/site.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to '_includes/site.css') diff --git a/_includes/site.css b/_includes/site.css index 9a9eb05..fa9230b 100644 --- a/_includes/site.css +++ b/_includes/site.css @@ -114,6 +114,17 @@ table td { padding: 5px 10px; } +summary { + outline: none; + cursor: pointer; + font-weight: 600; + user-select: none; +} + +details .highlighter-rouge { + margin-top: 10px !important; +} + .highlighter-rouge { padding: 0 15px; font-size: 80%; @@ -140,11 +151,13 @@ table td { body { padding: 0 20px; } + footer, header, nav { text-align: center; } + .responsive-table { width: 100%; overflow: scroll; @@ -155,6 +168,7 @@ table td { @page { margin: 2cm; } + header, nav, .comments { -- cgit v1.2.3