1.a Please always(!) define what your exact problem is. "doesn't work" doesn't help anyone. 1.b Define your goal! 2. Don't add anything to your screen.css file. Keep your custom definitions separate from blueprint. 3. -moz-blabla won't work in IE (general) 4. Be aware that there's a vertical rhytm (mostly in em-units). So border-bottom should be something like 1.5 em or so. Try to add some custom margin-bottom to get things aligned. 5. Re-read your code. You define background twice. First you set the background-image url to none and the you call a file. And so on... 6. Css is not Php. "//" doesn't make a comment. "/* comment*/" does.
-- You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en.
