Jump to:
| Project: | Omega |
| Version: | 7.x-3.0-rc2 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
(excuse my english)
I created a custom html5 theme and made some change in grids.
It worked fine in the alpha 3 version.
But in the rc2 version, the alpha default css are imported after my custom css, so I can't apply my custom grid anymore.
I need help...
@import url("http://mysite.com/sites/default/themes/mycustomtheme/css/mycustomtheme-alpha-default.css?lp18wh");
@import url("http://mysite.com/sites/default/themes/mycustomtheme/css/mycustomtheme-alpha-default-wide.css?lp18wh");
@import url("http://mysite.com/sites/all/themes/omega/alpha/css/grid/alpha_default/wide/alpha-default-wide-12.css?lp18wh");
@import url("http://mysite.com/sites/default/themes/mycustomtheme/css/mycustomtheme-alpha-default.css?lp18wh");
@import url("http://mysite.com/sites/default/themes/mycustomtheme/css/mycustomtheme-alpha-default-narrow.css?lp18wh");
@import url("http://mysite.com/sites/all/themes/omega/alpha/css/grid/alpha_default/narrow/alpha-default-narrow-12.css?lp18wh");
@import url("http://mysite.com/sites/default/themes/mycustomtheme/css/mycustomtheme-alpha-default.css?lp18wh");
@import url("http://mysite.com/sites/default/themes/mycustomtheme/css/mycustomtheme-alpha-default-normal.css?lp18wh");
@import url("http://mysite.com/sites/all/themes/omega/alpha/css/grid/alpha_default/normal/alpha-default-normal-12.css?lp18wh");
@import url("http://mysite.com/sites/default/themes/mycustomtheme/css/mycustomtheme-alpha-default.css?lp18wh");
@import url("http://mysite.com/sites/default/themes/mycustomtheme/css/mycustomtheme-alpha-default-wide.css?lp18wh");
@import url("http://mysite.com/sites/all/themes/omega/alpha/css/grid/alpha_default/wide/alpha-default-wide-12.css?lp18wh");
Thanks for help
Comments
#1
So you added a custom grid via your custom CSS? That's the wrong approach! Read this for how to create custom grids: http://groups.drupal.org/node/164684
#2
Thanks a lot