aboutsummaryrefslogtreecommitdiff
path: root/www/template.html
diff options
context:
space:
mode:
authorEdgard Schmidt <schmidt@edik.ch>2017-11-25 17:32:04 +0100
committerEdgard Schmidt <schmidt@edik.ch>2017-11-25 17:32:04 +0100
commit1096373b2330e64c3012f143f943f4723d526c16 (patch)
tree6d68d0929e6b3c5a0f99aeaa4cbb448200a46262 /www/template.html
parent21f502b2088759b4dab9a2299ee03a50975b48bd (diff)
downloadlibrebootfr-1096373b2330e64c3012f143f943f4723d526c16.tar.gz
librebootfr-1096373b2330e64c3012f143f943f4723d526c16.zip
Make code content and tables more responsive
* 'pre' blocks and tables use scrollbars if the viewport is too narrow * Code content which is not within a 'pre' element wraps automatically * Code content and 'pre' blocks have a gray background color The added background color has two purposes: * The left-margin for pre blocks is removed, because it consumes too much space on narrow viewports. However by using a background color, the reader can still recognize 'pre' content as code blocks. * Code content which is *not* within a 'pre' element wraps automatically now. The background color allows the reader to recognize the "connection" between automatically splitted lines of a single code element. This way, nobody will mistake a one-liner for a multi-liner.
Diffstat (limited to 'www/template.html')
-rw-r--r--www/template.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/www/template.html b/www/template.html
index 4ce72774..c2bdcda0 100644
--- a/www/template.html
+++ b/www/template.html
@@ -14,7 +14,6 @@ $if(keywords)$
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$">
$endif$
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
- <style type="text/css">code{white-space: pre;}</style>
$if(quotes)$
<style type="text/css">q { quotes: "“" "”" "‘" "’"; }</style>
$endif$