Skip to content

Commit 17c46fd

Browse files
committed
Fix img borders
1 parent b8f2765 commit 17c46fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ code {
5252
padding: .7em;
5353
}
5454

55+
img {
56+
border: 0;
57+
-ms-interpolation-mode: bicubic;
58+
}
59+
5560
.pad0 {
5661
margin-top: 0;
5762
margin-bottom: 5pt;

0 commit comments

Comments
 (0)