[ckan-changes] [okfn/ckan] 916c67: [css][xs] Fix vertical alignment of small logos on...
GitHub
noreply at github.com
Thu May 3 10:30:15 UTC 2012
Branch: refs/heads/release-v1.7
Home: https://github.com/okfn/ckan
Commit: 916c67f5e98973d6bd164a4aa4105f4550d3f410
https://github.com/okfn/ckan/commit/916c67f5e98973d6bd164a4aa4105f4550d3f410
Author: amercader <amercadero at gmail.com>
Date: 2012-05-03 (Thu, 03 May 2012)
Changed paths:
M ckan/public/css/style.css
M ckan/templates/layout_base.html
Log Message:
-----------
[css][xs] Fix vertical alignment of small logos on footer
diff --git a/ckan/public/css/style.css b/ckan/public/css/style.css
index d0d261c..bc31fa2 100644
--- a/ckan/public/css/style.css
+++ b/ckan/public/css/style.css
@@ -126,10 +126,6 @@ footer a {
text-decoration: none;
}
-footer #footer-okf-logo {
- margin-bottom: -4px;
-}
-
footer h3 {
font-size: 1.2em;
}
diff --git a/ckan/templates/layout_base.html b/ckan/templates/layout_base.html
index b6b4f46..d59ad94 100644
--- a/ckan/templates/layout_base.html
+++ b/ckan/templates/layout_base.html
@@ -206,7 +206,7 @@ <h3 class="widget-title">Meta</h3>
<img src="http://assets.okfn.org/images/logo/okf_logo_white_and_green_tiny.png" id="footer-okf-logo" />
<a href="http://okfn.org/">Open Knowledge Foundation</a>
Licensed under the <a href="http://opendatacommons.org/licenses/odbl/1.0/">Open Database License</a>
- <a href="http://opendefinition.org/"><img alt="This Content and Data is Open" src="http://assets.okfn.org/images/ok_buttons/od_80x15_blue.png" style="border: none ; margin-bottom: -4px;"/></a>
+ <a href="http://opendefinition.org/"><img alt="This Content and Data is Open" src="http://assets.okfn.org/images/ok_buttons/od_80x15_blue.png" style="border: none;"/></a>
<br/><br/>
Powered by <a href="http://ckan.org">CKAN</a> v${c.__version__}.<br/>
================================================================
More information about the ckan-changes
mailing list