How can I put this code into Stylish?
Hey,
this is what I would like to change: http://i.epvpimg.com/DOcVeab.jpg
I want to change the max-height of 44px to 90px for every object. Could you tell me please what I have to add to Stylish in this case?
Thank you!
Comments
gf-shortened-block[style*="max-height: 44px;"] {height: 90px!important; max-height: 90px!important;}
Maybe you only wanna specify
max-height
, but something along those lines.