Closed (fixed)
Project:
Omega
Version:
7.x-3.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2011 at 16:14 UTC
Updated:
4 Mar 2012 at 16:00 UTC
The omega/starterkits/*/css/YOURTHEME-alpha-default.css files all contain just this comment:
/* This file will hold styles that are loaded using the same media query as the narrow grid. */
That's the same comment that's in all the omega/starterkits/*/css/YOURTHEME-alpha-default-narrow.css files. Based on how the default.css files are used, I believe this may be a copy-and-paste typo, and the comment should be something like:
/* This file will hold styles that are loaded using the same media queries as the narrow, normal, and wide grids. */
Comments
Comment #1
marcoka commentedComment #2
himerus commentedThis has been resolved by a patch from #1413614: Add helpful README text for CSS