make the padding inside a "See also" box more consistent around the

sides
This commit is contained in:
Fred Drake 2003-09-05 13:58:26 +00:00
parent b24e84c558
commit 929d95957b
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ div.note .label { margin-right: 0.5em;
*/
.seealso { background-color: #fffaf0;
border: thin solid black;
padding: 4pt; }
padding: 0pt 1em 4pt 1em; }
.seealso .heading { font-size: 110%; }