[Python-checkins] python/dist/src/Doc/html style.css,1.30,1.31

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Fri Sep 5 07:58:28 EDT 2003


Update of /cvsroot/python/python/dist/src/Doc/html
In directory sc8-pr-cvs1:/tmp/cvs-serv4265

Modified Files:
	style.css 
Log Message:
make the padding inside a "See also" box more consistent around the
sides


Index: style.css
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/style.css,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** style.css	4 Sep 2003 22:16:45 -0000	1.30
--- style.css	5 Sep 2003 13:58:26 -0000	1.31
***************
*** 132,136 ****
  .seealso                { background-color: #fffaf0;
                            border: thin solid black;
!                           padding: 4pt; }
  
  .seealso .heading       { font-size: 110%; }
--- 132,136 ----
  .seealso                { background-color: #fffaf0;
                            border: thin solid black;
!                           padding: 0pt 1em 4pt 1em; }
  
  .seealso .heading       { font-size: 110%; }





More information about the Python-checkins mailing list