[ckan-changes] [okfn/ckan] 8660c0: [css][xs] Fix vertical alignment of small logos on...

GitHub noreply at github.com
Thu May 3 10:15:01 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/okfn/ckan
  Commit: 8660c03a554027bc685dd115a19552b462854760
      https://github.com/okfn/ckan/commit/8660c03a554027bc685dd115a19552b462854760
  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 6c828f7..5db8483 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 9d49ba1..5949424 100644
--- a/ckan/templates/layout_base.html
+++ b/ckan/templates/layout_base.html
@@ -211,7 +211,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