Hi guys I'm just getting in touch with this framework and have a
question.
I am doing a login page were the login form is in the middle of the
grid. So I tried something like this:
<div id="login" class="prepend-8 span-8 last append-8">
.
.
</div>
It worked well until I did some custom css for my login id. I created
this css:
div#login {
border:10px solid #88C2E5;
background-color:#F5F5F5;
}
So now the form inside the div stays in the right position, but the
border and the background color begins on column 1 on the grid until
column 16 . I want the background color and border only contained on
the 8 columns in the middle as I specified on the class.
Can anyone help me,
Thanks,
elioncho
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---