You've got something in the css that always causes a scroll left/right
bar to appear (safari and ff)

In toying around (and similar to my scholarship app), I created:

.wrapper {width: 916px; margin-left: auto; margin-right: auto;}

and put it in the layout.html thus:

<body>
 <div class="wrapper">
  <div class="header">
....
</div> <!-- end wrapper //-->
</body>

and this, with some changes for the search and auth  and footer areas
puts the "look"  in the middle.

just my pref though :)

-wj

On Wed, Dec 10, 2008 at 3:43 PM, mdipierro <[EMAIL PROTECTED]> wrote:
>
> I gave a new css to t3 (web2py.appspot.com/t3) but I do not know how
> to increase the line-hight.
> I tried putting line-height in various places in the styles page but
> it is ignore. Any idea?
>
> Massimo
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to