Re: CSS definitions for tags without IDs or classes

2020-08-19 Thread Dr. Arne Babenhauserheide
Hi Bombe, David “Bombe” Roden writes: > For Sone I have added a simple reset (i.e. “max-width: inherit;”) but other > plugins might or might not do that. So for the future I would ask everyone to > please restrict such broad definitions in CSS with an additional class (or > even better, ID)

CSS definitions for tags without IDs or classes

2020-08-19 Thread David “Bombe” Roden
Hi. I recently noticed that one of the HTML textareas in Sone is only half its usual width and tracking the reason for that lead me to commit c766ec1a78ffc6fdcce6178dff5688e598f240ce. Here is the important excerpt: +textarea { + max-width: 50%; + width: 100%; +} Definitions like this (i.e.