So I started searching around, and quickly found the removeStylesheet() method in the sfWebResponse class. This didn’t work however, when I called this in my controller. Googling around a bit more I found this mailinglist discussion where Alexander Deruwe describes exactly what I need to do! Instead of removing it programmatically in the controller, I…