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:
Wilson Miner 2006-05-09 16:17:35 +00:00
parent 2ad386f3b3
commit f1ed2af2bd
1 changed files with 1 additions and 1 deletions

View File

@ -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%; }