You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2018. It is now read-only.
This is Issue 167 moved from a Google Code project.
Added by 2011-12-29T19:42:22.000Z by schm...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Original labels: Type-Defect, Priority-Medium
Original description
<b>What steps will reproduce the problem?</b>
1. install Arras 1.5.2-RC2
<b>What is the expected output? What do you see instead?</b>
<b>What versions of WordPress and Arras Theme are you using?</b>
Arras Theme 1.5.2-RC2
Wordpress 3.3
style.css in the base directory of Arras imports 'css/default.css', which doesn't exist. I'm guessing it should be importing css/styles/default.css.
However in the theme options -> design -> default style if you have default.css selected it basically loads it twice. Once because of style.css and another time because its manually called in the html again.