Skip to content

Commit e04fde4

Browse files
committed
Align images vertically
1 parent 3f16d51 commit e04fde4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

webext-base.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ hr:not(*:root) {
4343
border-bottom: 1px solid #aaa4;
4444
}
4545

46+
img {
47+
vertical-align: middle;
48+
}
49+
4650
@-moz-document url-prefix('') {
4751
:root {
4852
background-color: #fff;

0 commit comments

Comments
 (0)