On Wed, Dec 3, 2008 at 6:47 PM, Brent Hardinge <[EMAIL PROTECTED]> wrote:
>
> Looks like the rule that is causing your problems, at least for the
> "Close" button is on line 60 in the typography.css. It is giving the
> image a large bottom margin that is causing it to cover the button.
>
> I would suggest creating a style  for #lightbox img{ margin:0!important;}
>
> That should take care of that problem.

Aha! So it is a rule in an outdated version of Blueprint! The latest
version (0.8) has this:

p { margin: 0 0 1.5em; }
p img.left { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

Which you can see here:

http://github.com/joshuaclayton/blueprint-css/tree/master/blueprint/src/typography.css

So, CrazyCarl, please upgrade to version 0.8 and see if that fixes
your problem!

(p.s. you are using version 0.6! for shame!)

-- 
--
Christian Montoya
christianmontoya.net

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to