Re: [css-d] A little CSS+HTML trick

2020-05-11 Thread Sandy Feldman
I actually just used this! Thank you. s. On 2020-05-11 11:07 a.m., Eric A. Meyer wrote: This is a fun tip for those of you who may have missed it: https://twitter.com/chriscoyier/status/1257736705387270145 I plan to use it myself in an addition to the CSS for my newish design: blockquote {wh

Re: [css-d] A little CSS+HTML trick

2020-05-11 Thread Wade Smart
On Mon, May 11, 2020 at 12:00 PM Jeff Zeitlin wrote: > > OK, "display:none" on the break tag can definitely be useful; I'm not sure > I can visualize a situation where I'd want to change the handling of > white-space. > > What I _would_ like to see is being able to do run-in headers (usually at >

Re: [css-d] A little CSS+HTML trick

2020-05-11 Thread Jeff Zeitlin
On Mon, 11 May 2020 11:07:52 -0400, "Eric A. Meyer" wrote: >This is a fun tip for those of you who may have missed it: > >https://twitter.com/chriscoyier/status/1257736705387270145 > >I plan to use it myself in an addition to the CSS for my newish design: > >blockquote {white-space: pre;} >blockq

Re: [css-d] A little CSS+HTML trick

2020-05-11 Thread Wade Smart
Sent: Monday, May 11, 2020 at 11:10 AM > From: "Wade Smart" > To: No recipient address > Cc: "CSS discuss" > Subject: Re: [css-d] A little CSS+HTML trick > Ive not seen much done with the before. > Ill have to play with that myself. > > -- > Registe

Re: [css-d] A little CSS+HTML trick

2020-05-11 Thread Wade Smart
More tips like this to the list would be awesome! -- Registered Linux User: #480675 Registered Linux Machine: #408606 Linux since June 2005 On Mon, May 11, 2020 at 10:10 AM Wade Smart wrote: > > Ive not seen much done with the before. > Ill have to play with that myself. > > -- > Registered L

Re: [css-d] A little CSS+HTML trick

2020-05-11 Thread Wade Smart
Ive not seen much done with the before. Ill have to play with that myself. -- Registered Linux User: #480675 Registered Linux Machine: #408606 Linux since June 2005 On Mon, May 11, 2020 at 10:08 AM Eric A. Meyer wrote: > > This is a fun tip for those of you who may have missed it: > > https://

[css-d] A little CSS+HTML trick

2020-05-11 Thread Eric A. Meyer
This is a fun tip for those of you who may have missed it: https://twitter.com/chriscoyier/status/1257736705387270145 I plan to use it myself in an addition to the CSS for my newish design: blockquote {white-space: pre;} blockquote br {display: none;} This will let me use blockquotes to quote