diff doc/_static/style.css @ 7366:113debfd383b

revert attempt to make pre full bleed. Turns out li, dd etc. are not limited to 65ch. So revert to make main column 65ch.
author John Rouillard <rouilj@ieee.org>
date Tue, 16 May 2023 20:04:09 -0400
parents 8811f1934a79
children 5e9b0ff1c695
line wrap: on
line diff
--- a/doc/_static/style.css	Tue May 16 19:50:00 2023 -0400
+++ b/doc/_static/style.css	Tue May 16 20:04:09 2023 -0400
@@ -110,13 +110,9 @@
 
 main {
   line-height: calc(1.5 * 1em);
+  max-width: 65ch;
 }
 
-/* limit width of items in main column to 65 characters. On
-   wider screens can be 100+ chars: too wide */
-main p, main:is(H1, H2, H3, H4, H5, H6) {max-width: 65ch;}
-main table { width: 65ch; }
-
 /* style */
 
 :link { color: rgb(220,0,0); text-decoration: none;}

Roundup Issue Tracker: http://roundup-tracker.org/