comparison website/www/_static/style.css @ 7365:8811f1934a79

Remove extra comma prevening 65 ch rule from applying.
author John Rouillard <rouilj@ieee.org>
date Tue, 16 May 2023 19:50:00 -0400
parents 527cad3a860c
children 113debfd383b
comparison
equal deleted inserted replaced
7364:a1d0b505766e 7365:8811f1934a79
112 line-height: calc(1.5 * 1em); 112 line-height: calc(1.5 * 1em);
113 } 113 }
114 114
115 /* limit width of items in main column to 65 characters. On 115 /* limit width of items in main column to 65 characters. On
116 wider screens can be 100+ chars: too wide */ 116 wider screens can be 100+ chars: too wide */
117 main p, main:is(H1, H2, H3, H4, H5, H6), {max-width: 65ch;} 117 main p, main:is(H1, H2, H3, H4, H5, H6) {max-width: 65ch;}
118 main table { width: 65ch; } 118 main table { width: 65ch; }
119 119
120 /* style */ 120 /* style */
121 121
122 :link { color: rgb(220,0,0); text-decoration: none;} 122 :link { color: rgb(220,0,0); text-decoration: none;}

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