[Python-checkins] python/dist/src/Doc/html style.css,1.24,1.25

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue, 28 Jan 2003 21:14:46 -0800


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

Modified Files:
	style.css 
Log Message:
Make the footer at the end of a \verbatiminput stand out a little
more, to make it easier to tell apart from the verbatim content.


Index: style.css
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/style.css,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** style.css	27 Jan 2003 16:31:16 -0000	1.24
--- style.css	29 Jan 2003 05:14:44 -0000	1.25
***************
*** 90,93 ****
--- 90,97 ----
                            font-size: 90%; }
  .verbatim               { margin-left: 2em; }
+ .verbatim .footer       { padding: 0.05in;
+                           font-size: 85%;
+                           background-color: #99ccff;
+                           margin-right: 0.5in; }
  
  .grammar                { background-color: #99ccff;