mirror of
https://github.com/django/django.git
synced 2025-04-01 12:06:43 +00:00
Added padding fix to container to address reported display issues in Safari.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2878 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
2ad386f3b3
commit
f1ed2af2bd
@ -1,5 +1,5 @@
|
||||
/* PAGE STRUCTURE */
|
||||
#container { position:relative; width:100%; min-width:760px; }
|
||||
#container { position:relative; width:100%; min-width:760px; padding:0; }
|
||||
#content { margin:10px 15px; }
|
||||
#header { width:100%; }
|
||||
#content-main { float:left; width:100%; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user