Re: [css-d] H1 tag Margin

2012-10-19 Thread Brian M. Curran
float: left; Philippe Thanks Philippe, that worked! __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies --

Re: [css-d] H1 tag Margin

2012-10-19 Thread Brian M. Curran
Brian, it's because your h1 tag is floated... You can either remove float:left from h1 tag, or add clear left to you p tag. Hope this helps, Anna Vester http://annavester.com Thank you Anna, that worked! __

[css-d] CSS3 Validator updated to accept rgba, hsla,etc

2012-10-19 Thread Chad Lundgren
Hello, At the risk of tooting my own horn. The bug report I filed a while back about the CSS3 validator not accepting rgba, hsla, and being thrown on box-shadow has been fixed: https://www.w3.org/Bugs/Public/show_bug.cgi?id=11880#c2 The only remaining items on the stylesheet I was testing that