Skip to content

Commit 07459a1

Browse files
committed
Set a default font size for results
1 parent 27a890e commit 07459a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extension/webpg_results.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
padding: 6px;
1212
margin: 0;
1313
border: 0;
14-
font-family: "Times New Roman"
14+
font-family: "Times New Roman";
15+
font-size: small;
1516
}
1617
.pgp_block_container {
1718
display:block;

0 commit comments

Comments
 (0)