Author Topic: .  (Read 2383 times)

Jenova's Witness

  • Right Wing Safety Squads
  • *
  • Posts: 471
  • I ♥ SCIENCE
    • View Profile
.
« on: 2014-07-13 21:13:13 »
.
« Last Edit: 2015-11-16 07:39:37 by Jenova's Witness »

Bosola

  • Fire hazard!
  • *
  • Posts: 1752
    • View Profile
    • My YouTube Channel
Re: Stylish Firefox add-on and forums.qhimm.com
« Reply #1 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;
}
« Last Edit: 2014-07-20 21:56:46 by Bosola »

Jenova's Witness

  • Right Wing Safety Squads
  • *
  • Posts: 471
  • I ♥ SCIENCE
    • View Profile
.
« Reply #2 on: 2014-07-22 04:35:58 »
.
« Last Edit: 2015-11-16 07:39:46 by Jenova's Witness »