[Python-checkins] CVS: python/nondist/peps style.css,1.2,1.3

Fred L. Drake fdrake@users.sourceforge.net
Thu, 04 Apr 2002 07:40:20 -0800


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv8493

Modified Files:
	style.css 
Log Message:
Organize things a bit, clean up the presentation.

Index: style.css
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/style.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** style.css	2 Apr 2002 23:07:13 -0000	1.2
--- style.css	4 Apr 2002 15:40:17 -0000	1.3
***************
*** 1,15 ****
! .navigation { width: 100%;
!               background: #99ccff; }
! 
! .navigation .navicon { width: 150px;
!                        height: 35; }
  .navigation .textlinks { padding-left: 1em;
                           text-align: left; }
  
! .header, .content { margin-left: 1em;
!                     margin-right: 1em;
!                     padding-left: 1em;
!                     padding-right: 1em; }
! 
! body { margin: 0px;
!        padding: 0px; }
--- 1,12 ----
! body                   { margin: 0px;
!                          padding: 0px; }
! .navigation            { width: 100%;
!                          background: #99ccff; }
! .navigation .navicon   { width: 150px;
!                          height: 35; }
  .navigation .textlinks { padding-left: 1em;
                           text-align: left; }
  
! .header                { margin-top: 0.5em; }
! .header, .content      { margin-left: 1em;
!                          margin-right: 1em; }