You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/welcome/index.html
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -564,6 +564,16 @@ <h2>Themes</h2>
564
564
#github_stars:hover {
565
565
-webkit-filter: none;
566
566
}
567
+
.hn-share-iframe {
568
+
position: fixed;
569
+
bottom:36px;
570
+
left:225px;
571
+
-webkit-filter:grayscale(1) contrast(1.3);
572
+
z-index:3;
573
+
}
574
+
.hn-share-iframe:hover {
575
+
-webkit-filter: none;
576
+
}
567
577
</style>
568
578
<divid="retweet_button">
569
579
<ahref="http://twitter.com/share" class="twitter-share-button" data-url="http://github.hubspot.com/pace/docs/welcome" data-text="pace.js - Add an automatic page load progress bar to your site" data-count="horizontal" data-via="HubSpotDev">Tweet</a>
0 commit comments