Skip to content

Commit f74e6a2

Browse files
committed
Tweak Tagged PDF Title and Code elements
1 parent 704d5c2 commit f74e6a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/tagged-pdf.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
:focus { outline: thin dotted invert }
22
:link, Link { color: #00f }
33
:visited { color: #800080; }
4-
:link, :visited, Annot, Link, Title { text-decoration: underline }
4+
:link, :visited, Annot, Link, Title, H, H1 { text-decoration: underline }
55
P, H, H1, H2, H3, H4, H5, H6, Lbl, LBody, Title { display: block; unicode-bidi: embed }
66
Span, Quote, Note, Reference, BibEntry, Code, Link, Annot, Strong, Em { display: inline }
77
BlockQuote { margin-left: 40px; margin-right: 40px }
88
Caption { display: table-caption; text-align: center }
9-
Code { font-family: monospace; white-space: pre; font-size: 0.85em }
9+
Code { font-family: monospace; white-space: pre; }
1010
Document { margin: 8px }
1111
Title { font-size: 2.5em; margin: .5em 0 }
1212
H, H1 { font-size: 2em; margin: .67em 0 }
13-
H1, H2, H3, H4, Strong { font-weight: bolder }
13+
Title, H1, H2, H3, H4, Strong { font-weight: bolder }
1414
H2 { font-size: 1.5em; margin: .75em 0 }
1515
H3 { font-size: 1.17em; margin: .83em 0 }
1616
H4, P, Blockquote, Form { margin: 1.12em 0 }

0 commit comments

Comments
 (0)