Skip to content

Commit

Permalink
Update Signet link styles to accommodate changes to Chrome 44 (Resolves
Browse files Browse the repository at this point in the history
  • Loading branch information
adamschwartz committed Aug 5, 2015
1 parent 9c147b2 commit 0a92318
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Next, add either or both of the following `<meta>` tags to the `<head>` of your

#### Download

##### [script.min.js](https://raw.github.com/HubSpot/signet/v0.4.7/signet.min.js)
##### [script.js](https://raw.github.com/HubSpot/signet/v0.4.7/signet.js)
##### [script.min.js](https://raw.github.com/HubSpot/signet/v0.4.8/signet.min.js)
##### [script.js](https://raw.github.com/HubSpot/signet/v0.4.8/signet.js)

### Dependencies

Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "signet",
"repo": "HubSpot/signet",
"description": "Display a unique seal in the developer console of your page.",
"version": "0.4.7",
"version": "0.4.8",
"homepage": "http://github.hubspot.com/signet",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "signet",
"version": "0.4.7",
"version": "0.4.8",
"description": "Display a unique seal in the developer console of your page.",
"authors": [
"Adam Schwartz <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion signet.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ drawLinks = ->

if image
linksArgs[0] += "%c#{ link }%c %c %c\n"
leftMargin = - domainPartWidth
leftMargin = - (domainPartWidth / 2) # The console now wraps the link with a <span><a></a></span> and both get the same margin-left, so we need to halve it so that together we’re at the correct position
else
linksArgs[0] += "%c#{ link }\n"
leftMargin = 0
Expand Down
2 changes: 1 addition & 1 deletion signet.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions signet.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion titleSignet/titleSignet.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a92318

Please sign in to comment.