Re: [css-d] Line Height doesn't effect all pseduo elements

2014-03-19 Thread Tom Livingston
On Wed, Mar 19, 2014 at 12:41 PM, Crest Christopher crestchristop...@gmail.com wrote: Hi, I can successfully change the line height for {h3.contact a: font-size:7em;line-height:40%;} but when I add line-height to {h3.gallery a:hover - color:orange;line-height: 40%;} nothing changes. I know I

[css-d] Line Height doesn't effect all pseduo elements

2014-03-19 Thread Crest Christopher
Hi, I can successfully change the line height for {h3.contact a: font-size:7em;line-height:40%;} but when I add line-height to {h3.gallery a:hover - color:orange;line-height: 40%;} nothing changes. I know I can change the line height for the list with {nav li}. I want a little more control

Re: [css-d] Line Height doesn't effect all pseduo elements

2014-03-19 Thread Tom Livingston
Also, see: http://css-tricks.com/almanac/properties/l/line-height/ *Unitless Line HeightsThe recommended method for defining line height is using a number value, referred to as a unitless line height. A number value can be any number, including a decimal-based number, as is used in the first