Logo image styling that only reduced height but allows non 1:1 aspect ratios
This commit is contained in:
parent
c763557e81
commit
ad589e4f92
1 changed files with 8 additions and 0 deletions
|
@ -150,6 +150,14 @@ img.icon {
|
|||
top: 2px;
|
||||
}
|
||||
|
||||
img.logo {
|
||||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
height: 18px;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
td.icon, th.icon {
|
||||
width: 28px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue