Skip to content

Commit dab95a4

Browse files
committed
Add border to PEP header table
1 parent 53fd30d commit dab95a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pep_sphinx_extensions/theme/static/style.css

+2
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@ dl.footnote {
273273
grid-template-columns: fit-content(30%) auto;
274274
line-height: 1.875;
275275
width: 100%;
276+
border-top: 1px solid #efefef;
277+
border-bottom: 1px solid #efefef;
276278
}
277279
dl.rfc2822 > dt,
278280
dl.rfc2822 > dd {

0 commit comments

Comments
 (0)