Re: strange style difference between development and production

2009-11-26 Thread andreas schmid
rebus_ wrote:
> 2009/11/26 andreas schmid :
>   
>> hi,
>>
>> i just noticed that the css is interpreted differently between my
>> development environment on my local machine and the deployment on the
>> server.
>>
>> locally i run the django project trough runserver and on production im
>> using wsgi with apache.
>>
>> the proportions are all right but everything is bigger if i look at
>> online site. i use the same browser to look at it.
>>
>> how is that possible?
>>
>> --
>>
>> You received this message because you are subscribed to the Google Groups 
>> "Django users" group.
>> To post to this group, send email to django-us...@googlegroups.com.
>> To unsubscribe from this group, send email to 
>> django-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at 
>> http://groups.google.com/group/django-users?hl=en.
>>
>>
>>
>> 
> This may sound silly, but are you sure you haven't used zoom in
> firefox for you production server? Try hitting Crtl+0 ?
>
> Davor
>
>   
it sounds silly and it is!! i cant explain it!

even pictures inserted in an  without resizing them trough css are
rendered bigger on production.
if i go to view image on the browser both are the same size and if i
look at the img properties with the web developer toolbar the with and
height is the same... so i really have no idea how this is possible.

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




Re: strange style difference between development and production

2009-11-26 Thread rebus_
2009/11/26 andreas schmid :
> hi,
>
> i just noticed that the css is interpreted differently between my
> development environment on my local machine and the deployment on the
> server.
>
> locally i run the django project trough runserver and on production im
> using wsgi with apache.
>
> the proportions are all right but everything is bigger if i look at
> online site. i use the same browser to look at it.
>
> how is that possible?
>
> --
>
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
>
>
>
This may sound silly, but are you sure you haven't used zoom in
firefox for you production server? Try hitting Crtl+0 ?

Davor

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




strange style difference between development and production

2009-11-26 Thread andreas schmid
hi,

i just noticed that the css is interpreted differently between my
development environment on my local machine and the deployment on the
server.

locally i run the django project trough runserver and on production im
using wsgi with apache.

the proportions are all right but everything is bigger if i look at
online site. i use the same browser to look at it.

how is that possible?

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.