Re: [css-d] css-d Digest, Vol 156, Issue 1

2015-12-27 Thread sr nyc
p.p.s jeez, you'd think by now I'd know how to post w/out quoting the entire digest! My bad; I'll blame gmail and a holiday cocktail ;) __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] [ADMIN] Hello, my friends, hello

2015-12-27 Thread John D
The way I see it is that we should expand this list to make it more appealing to Web designers and creators. To do this we could allow discussion on matters such as: HTML CSS Javascript jquery Bootstrap styles glyphicons And anything else relevant to Web designs and web sites. There is anothe

Re: [css-d] Formatting Superscripts (and subscripts)

2015-12-27 Thread Del Wegener
elegant Del On 12/27/2015 10:20 AM, Georg wrote: FWIW, here's the basic variants I (still) use... sup {vertical-align: 0.3em; line-height: 0; font-size: 75%;} sub {vertical-align: -0.3em; line-height: 0; font-size: 75%;} regards Georg _

Re: [css-d] Formatting Superscripts (and subscripts)

2015-12-27 Thread Georg
FWIW, here's the basic variants I (still) use... sup {vertical-align: 0.3em; line-height: 0; font-size: 75%;} sub {vertical-align: -0.3em; line-height: 0; font-size: 75%;} regards Georg __ css-discuss [css-d@lists.css-d

Re: [css-d] Formatting Superscripts (and subscripts)

2015-12-27 Thread Del Wegener
This thread is a perfect example why the list should continue. For those of us who use CSS but are not experts or even students of CSS this is the only place we will learn these excellent techniques. It's why I try to at least look at the postings even when I am not actively working on websites.