Merge pull request #187 from hallzy/fixed-image-sizing
Fixed Image sizing for directional images
This commit is contained in:
commit
bb9e983c49
|
@ -25,7 +25,8 @@ code {
|
|||
color: lime ;
|
||||
}
|
||||
|
||||
li img {
|
||||
img[alt="BTC logo"],
|
||||
img[alt="XMR Logo"] {
|
||||
max-width: 1em ;
|
||||
max-height: 1em ;
|
||||
display: inline ;
|
||||
|
|
Loading…
Reference in New Issue