Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
fix(footer): small footer dropdown fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed Apr 14, 2016
1 parent c6ab919 commit e05ae3b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
13 changes: 3 additions & 10 deletions src/icons/osm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/places.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const hitFormatter = createHitFormatter({
const footerTemplate =
`<div class="ap-footer">
Built by <a href="https://www.algolia.com/?UTMFIXME" title="Search by Algolia" class="ap-footer-algolia">${algoliaLogo.trim()}</a>
using <a href="https://community.algolia.com/license" class="ap-footer-osm">${osmLogo.trim()}</a> data
using <a href="https://community.algolia.com/places/documentation.html#license" class="ap-footer-osm" title="Algolia Places data © OpenStreetMap contributors">${osmLogo.trim()} <span>data</span></a>
</div>`;

export default function places({
Expand Down
8 changes: 6 additions & 2 deletions src/places.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,16 @@
text-align: right;
padding: .5em 1em .5em 0;
font-size: 12px;
line-height: 12px;

a {
vertical-align: sub;
color: inherit;
text-decoration: none;
svg {
vertical-align: middle;
}
}


&:hover {
opacity: 1;
}
Expand Down

0 comments on commit e05ae3b

Please sign in to comment.