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

Commit

Permalink
bird logo aded to tweet button
Browse files Browse the repository at this point in the history
  • Loading branch information
bobhaslett committed Dec 11, 2015
1 parent 0e7a213 commit d203361
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/definition-page.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</div>
</div>
<div class="twitter btnHolder">
<a href="https://twitter.com/intent/tweet?text=Corporate%20language%20crime%20no.%20{{wordid}}%3A%20{{word}}%20https://ig.ft.com/sites/guffipedia/{{slug}}" target="_blank" class="o-buttons o-buttons--tweet">Tweet this</a>
<a href="https://twitter.com/intent/tweet?text=Corporate%20language%20crime%20no.%20{{wordid}}%3A%20{{word}}%20https://ig.ft.com/sites/guffipedia/{{slug}}" target="_blank" class="o-buttons o-buttons--tweet">Tweet this <img src="images/twitter.png"></a>
</div>
<div class="navigate-guff">
{{#if previousWord}}
Expand Down
Binary file added client/images/twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions client/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,19 @@ body {
line-height: 1.0em;
height: 25px;
width: 150px;
padding-top: 3px;
padding-top: 4px;
img {
height: 16px;
}
@include oGridRespondTo(S) {
font-size: 1.7em;
line-height: 1.1em;
height: 40px;
padding-top: 4px;
padding-top: 5px;
width: 180px;
img {
height: 22px;
}
}
&:hover {
color: inherit;
Expand Down

0 comments on commit d203361

Please sign in to comment.