[Python-checkins] python/dist/src/Doc/html style.css,1.32,1.33
fdrake at users.sourceforge.net
fdrake at users.sourceforge.net
Wed Sep 10 22:08:49 EDT 2003
Update of /cvsroot/python/python/dist/src/Doc/html
In directory sc8-pr-cvs1:/tmp/cvs-serv15897
Modified Files:
style.css
Log Message:
try to fix up the padding inside a notice environment so they fit in a
little better, with similar spacing characteristics with the seealso
environment
Index: style.css
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/style.css,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** style.css 6 Sep 2003 01:10:14 -0000 1.32
--- style.css 11 Sep 2003 04:08:47 -0000 1.33
***************
*** 73,77 ****
div.warning { background-color: #fffaf0;
border: thin solid black;
! padding: 0.5em;
margin-left: 2em;
margin-right: 2em; }
--- 73,77 ----
div.warning { background-color: #fffaf0;
border: thin solid black;
! padding: 1em 1em 0em 1em;
margin-left: 2em;
margin-right: 2em; }
***************
*** 83,87 ****
div.note { background-color: #fffaf0;
border: thin solid black;
! padding: 0.5em;
margin-left: 2em;
margin-right: 2em; }
--- 83,87 ----
div.note { background-color: #fffaf0;
border: thin solid black;
! padding: 1em 1em 0em 1em;
margin-left: 2em;
margin-right: 2em; }
More information about the Python-checkins
mailing list