angelmoratilla / digressit

Automatically exported from code.google.com/p/digressit
0 stars 0 forks source link

Default style.css loaded twice #104

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. View the source of any page 

What is the expected output? What do you see instead?

The style.css for the digressit-default theme is hardcoded to in header.php 
(just before the pingback meta tag) but is also being loaded in wp_head() 
*AFTER* the custom stylesheet.

As a result my custom stylesheet is littered with !important tags however line 
340 of style.css contains an !important tag itself which can't be overwritten 
in custom.css

Ideally wp_head() won't load the style.css a second time.

Original issue reported on code.google.com by alex.bilbie on 13 Dec 2010 at 12:11

GoogleCodeExporter commented 8 years ago
Fixed in #161. Removed !important declaration from box-shadow statements

Original comment by alex.bilbie on 13 Dec 2010 at 3:07