[Python-checkins] python/nondist/peps pep.css,1.2,1.3

goodger@users.sourceforge.net goodger@users.sourceforge.net
Thu, 17 Oct 2002 22:19:42 -0700


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

Modified Files:
	pep.css 
Log Message:
vertical whitespace improvements

Index: pep.css
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pep.css	30 Aug 2002 03:18:22 -0000	1.2
--- pep.css	18 Oct 2002 05:19:39 -0000	1.3
***************
*** 9,12 ****
--- 9,18 ----
  */
  
+ .first {
+   margin-top: 0 }
+ 
+ .last {
+   margin-bottom: 0 }
+ 
  .navigation {
    width: 100% ;
***************
*** 175,181 ****
    font-size: smaller }
  
- p.first {
-   margin-top: 0 }
- 
  p.label {
    white-space: nowrap }
--- 181,184 ----
***************
*** 186,190 ****
  
  pre.line-block {
-   margin-left: 2em ;
    font-family: serif ;
    font-size: 100% }
--- 189,192 ----
***************
*** 203,209 ****
    font-weight: bold }
  
- span.field-argument {
-   font-style: italic }
- 
  span.interpreted {
    font-family: sans-serif }
--- 205,208 ----
***************
*** 225,232 ****
    padding-left: 0.5em ;
    padding-right: 0.5em ;
!   vertical-align: baseline }
! 
! td > :first-child, th > :first-child {
!   margin-top: 0em }
  
  td.num {
--- 224,228 ----
    padding-left: 0.5em ;
    padding-right: 0.5em ;
!   vertical-align: top }
  
  td.num {
***************
*** 235,239 ****
  th.field-name {
    font-weight: bold ;
!   text-align: right }
  
  h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
--- 231,236 ----
  th.field-name {
    font-weight: bold ;
!   text-align: left ;
!   white-space: nowrap }
  
  h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {