From 182368fda4b2e32020d9a4cf39608e24446fbfb3 Mon Sep 17 00:00:00 2001 From: Spreadyy Date: Tue, 18 Oct 2016 11:44:54 +0200 Subject: style changes --- www/qute.css | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/qute.css b/www/qute.css index d8ec896bd..9fea4abc5 100644 --- a/www/qute.css +++ b/www/qute.css @@ -69,6 +69,8 @@ body { .sect1 { padding: 10px 40px; + margin: 0 auto; + max-width: 1000px; } .sect2 { @@ -136,7 +138,29 @@ code { padding: 10px 10px; background-color: #DDDDDD; border-radius: 4px; - overflow-x: scroll; + overflow-x: auto; +} + +/*Display table as something that is not a table*/ +.admonitionblock table, +.admonitionblock tbody, +.admonitionblock tr, +.admonitionblock td { + display: block; +} + +.admonitionblock td { + padding: 0; +} + +.admonitionblock .title { + color: #0A396E; + font-size: bold; +} + +.admonitionblock .content { + padding-left: 10px; + border-left: 1px solid #ccc; } table td { @@ -175,7 +199,7 @@ table td { } - +