mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-03 01:25:08 +02:00
Merge remote-tracking branch 'upstream/master' into zh-tw-2
This commit is contained in:
commit
0eaa98c895
3 changed files with 28 additions and 1 deletions
|
@ -103,6 +103,7 @@ And the following heroes for assisting in translating:
|
|||
* Joël Thieffry
|
||||
* Jens Bremmekamp ("nem75")
|
||||
* "hilojack"
|
||||
* Ming-Hsuan-Tu ("twmht")
|
||||
|
||||
Also huge shoutout for everyone who has put up a pull request that was pulled:
|
||||
|
||||
|
|
|
@ -69,6 +69,7 @@ body,
|
|||
display: box;
|
||||
display: -moz-box;
|
||||
display: -webkit-box;
|
||||
display: -ms-box;
|
||||
}
|
||||
|
||||
body,
|
||||
|
@ -1063,6 +1064,7 @@ div.gitDemonstrationView {
|
|||
.leftRightView div.exit {
|
||||
-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
|
||||
-moz-transform: matrix(-1, 0, 0, 1, 0, 0);
|
||||
-ms-transform: matrix(-1, 0, 0, 1, 0, 0);
|
||||
}
|
||||
|
||||
.leftRightView div.exit,
|
||||
|
@ -1098,10 +1100,12 @@ div.gitDemonstrationView {
|
|||
|
||||
-webkit-border-radius: 8px;
|
||||
-moz-border-radius: 8px;
|
||||
-ms-border-radius: 8px;
|
||||
border-radius: 8px;
|
||||
|
||||
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
||||
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
||||
-ms-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
||||
box-shadow: rgba(0,0,0,1) 0 1px 0;
|
||||
text-shadow: rgba(0,0,0,.4) 0 1px 0;
|
||||
color: white;
|
||||
|
|
|
@ -471,7 +471,29 @@
|
|||
|
||||
<!-- The advantage of github pages: super-easy, simple, slick static hostic.
|
||||
The downside? No raw logs to parse for analytics, so I have to include
|
||||
Google analytics :-/ -->
|
||||
Google analytics :-/ Also FB custom audiences-->
|
||||
<script>
|
||||
(function() {
|
||||
var _fbq = window._fbq || (window._fbq = []);
|
||||
if (!_fbq.loaded) {
|
||||
var fbds = document.createElement('script');
|
||||
fbds.async = true;
|
||||
fbds.src = '//connect.facebook.net/en_US/fbds.js';
|
||||
var s = document.getElementsByTagName('script')[0];
|
||||
s.parentNode.insertBefore(fbds, s);
|
||||
_fbq.loaded = true;
|
||||
}
|
||||
_fbq.push(['addPixelId', '1376649522580546']);
|
||||
})();
|
||||
window._fbq = window._fbq || [];
|
||||
window._fbq.push(['track', 'PixelInitialized', {}]);
|
||||
</script>
|
||||
<noscript>
|
||||
<img height="1" width="1" border="0" alt="" style="display:none"
|
||||
src="https://www.facebook.com/tr?id=1376649522580546&ev=NoScript"
|
||||
/>
|
||||
</noscript>
|
||||
|
||||
<script type="text/javascript">
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-37500646-1']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue