[ckan-changes] commit/ckan-ckan.net: dread: [css]: Apply patch for #1219 - IE6/7 issue with footer.
Bitbucket
commits-noreply at bitbucket.org
Thu Aug 4 09:44:14 UTC 2011
1 new changeset in ckan-ckan.net:
http://bitbucket.org/okfn/ckan-ckan.net/changeset/e7f5b6bf8eb9/
changeset: e7f5b6bf8eb9
user: dread
date: 2011-08-04 11:44:02
summary: [css]: Apply patch for #1219 - IE6/7 issue with footer.
affected #: 1 file (442 bytes)
--- a/public/css/ckan.css Fri Jul 29 11:25:32 2011 +0000
+++ b/public/css/ckan.css Thu Aug 04 09:44:02 2011 +0000
@@ -349,6 +349,13 @@
display: inline-block;
margin-top: 0;
margin-right: 10px;
+ /*
+ * IE 6 & 7 don't support inline-block, but we can use the hasLayout
+ * magical property.
+ * http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/
+ */
+ zoom: 1;
+ *display: inline;
}
#footer-widget-area .widget-container .textwidget {
@@ -369,6 +376,13 @@
margin: 0 1em 0 0;
padding: 0;
display: inline-block;
+ /*
+ * IE 6 & 7 don't support inline-block, but we can use the hasLayout
+ * magical property.
+ * http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/
+ */
+ zoom: 1;
+ *display: inline;
}
#footer-widget-area #fourth {
Repository URL: https://bitbucket.org/okfn/ckan-ckan.net/
--
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