Qhimm.com Forums

Off-topic forums => Completely Unrelated => Topic started by: Jenova's Witness on 2014-07-13 21:13:13

Title: .
Post by: Jenova's Witness on 2014-07-13 21:13:13
.
Title: Re: Stylish Firefox add-on and forums.qhimm.com
Post by: Bosola on 2014-07-20 21:55:03
If you want to both hide images and remove them from flow (i.e. so they don't leave a space), use the display: none property / value pair.

Code: [Select]
.post img {
    display: none;
}
Title: .
Post by: Jenova's Witness on 2014-07-22 04:35:58
.