Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 929d959

Browse files
committed
make the padding inside a "See also" box more consistent around the
sides
1 parent b24e84c commit 929d959

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/html/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ div.note .label { margin-right: 0.5em;
131131
*/
132132
.seealso { background-color: #fffaf0;
133133
border: thin solid black;
134-
padding: 4pt; }
134+
padding: 0pt 1em 4pt 1em; }
135135

136136
.seealso .heading { font-size: 110%; }
137137

0 commit comments

Comments
 (0)