Closed (duplicate)
Project:
Drupal core
Version:
5.x-dev
Component:
theme system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2007 at 02:17 UTC
Updated:
17 Feb 2007 at 07:45 UTC
if a theme has something like
@import "../style.css";
inside its style.css (for example bluebreeze-fixed - a subtheme of bluebreeze)
the css compressor creates a css file starting like this
@import url("/sites/tobiasmaier.info/themes/bluebreeze/bluebreeze-fixed/../style.css");#aggregator .feed-source .feed-title{margin-top:0;}#aggregator .feed-source .feed-image img[...]
this means a theme-stylesheet comes first and gets overwritten by drupal default stylesheets
Comments
Comment #1
Steven commentedDuplicate of:
http://drupal.org/node/113607