[ckan-changes] commit/ckan: amercader: [css] Remove broken css import
Bitbucket
commits-noreply at bitbucket.org
Tue Jun 21 13:24:38 UTC 2011
1 new changeset in ckan:
http://bitbucket.org/okfn/ckan/changeset/7b5eba367b89/
changeset: 7b5eba367b89
user: amercader
date: 2011-06-21 15:24:21
summary: [css] Remove broken css import
affected #: 2 files (25 bytes)
--- a/ckan/config/deployment.ini_tmpl Tue Jun 21 11:09:03 2011 +0100
+++ b/ckan/config/deployment.ini_tmpl Tue Jun 21 14:24:21 2011 +0100
@@ -99,7 +99,7 @@
## extra places to look for templates and public files (comma separated lists)
## any templates/files found will override correspondingly named ones in
## ckan/templates/ and ckan/public
-## (e.g. to override main layout template layout.html or add in css/extra.css)
+## (e.g. to override main layout template layout.html or add extra css files)
# extra_template_paths = %(here)s/my-templates
# extra_public_paths = %(here)s/my-public
--- a/ckan/public/css/style.css Tue Jun 21 11:09:03 2011 +0100
+++ b/ckan/public/css/style.css Tue Jun 21 14:24:21 2011 +0100
@@ -4,4 +4,3 @@
@import url(buttons.css);
@import url(stars.css);
@import url(tabs.css);
- at import url(extra.css);
Repository URL: https://bitbucket.org/okfn/ckan/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the ckan-changes
mailing list