Mailing List Archive

python/dist/src/Doc/html style.css,1.21,1.22
Update of /cvsroot/python/python/dist/src/Doc/html
In directory usw-pr-cvs1:/tmp/cvs-serv15375/html

Modified Files:
style.css
Log Message:
Added more style for major warnings.

Index: style.css
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/style.css,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** style.css 15 Apr 2002 18:41:31 -0000 1.21
--- style.css 1 May 2002 22:03:40 -0000 1.22
***************
*** 62,65 ****
--- 62,74 ----
font-size: 110%; }

+ div.warning { background-color: #fffaf0;
+ border: thin solid black;
+ padding: 0.5em;
+ margin-left: 2em;
+ margin-right: 2em; }
+
+ div.warning .label { font-size: 110%;
+ margin-right: 0.5em; }
+
.release-info { font-style: italic; }