[ckan-changes] commit/ckanextiati: 2 new changesets
Bitbucket
commits-noreply at bitbucket.org
Fri Jun 10 11:16:43 UTC 2011
2 new changesets in ckanextiati:
http://bitbucket.org/okfn/ckanextiati/changeset/28402151066a/
changeset: 28402151066a
user: sebbacon
date: 2011-06-10 13:13:49
summary: reinstate RHS bar on non-home-pages
affected #: 1 file (20 bytes)
--- a/public/css/overrides.css Fri Jun 10 07:23:52 2011 +0000
+++ b/public/css/overrides.css Fri Jun 10 12:13:49 2011 +0100
@@ -100,11 +100,11 @@
margin: 20px 0 25px;
}
-#content {
+body.home #content {
margin:0px;
}
-#primary {
+body.home #primary {
display:none;
}
http://bitbucket.org/okfn/ckanextiati/changeset/18f7b75feca4/
changeset: 18f7b75feca4
user: sebbacon
date: 2011-06-10 13:15:45
summary: fix "groups" home page breakage
affected #: 1 file (16 bytes)
--- a/templates/group/layout.html Fri Jun 10 12:13:49 2011 +0100
+++ b/templates/group/layout.html Fri Jun 10 12:15:45 2011 +0100
@@ -39,7 +39,7 @@
</div>
- <div class="box" id="publisher-info">
+ <div py:if="c.group" class="box" id="publisher-info"><h2>About this publisher</h2><p><dl py:for="(field_id, field_title, description) in h.publisher_record_fields">
Repository URL: https://bitbucket.org/okfn/ckanextiati/
--
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