An Objective-C wrapper for Mac OS X’s FSEvents C API.
Revision | e139b42aa9386ffe9533708f3c1e7ab37063648e (tree) |
---|---|
Time | 2011-11-10 07:32:35 |
Author | Aron Cedercrantz <aron@cede...> |
Commiter | Aron Cedercrantz |
Add Google Analytics to the pages
@@ -6,6 +6,18 @@ | ||
6 | 6 | <title>CDEvents API Documentation Index</title> |
7 | 7 | |
8 | 8 | <link rel="stylesheet" href="../../styles.css?v=1" type="text/css" media="screen" charset="utf-8"> |
9 | + | |
10 | + <script type="text/javascript"> | |
11 | + var _gaq = _gaq || []; | |
12 | + _gaq.push(['_setAccount', 'UA-26814793-1']); | |
13 | + _gaq.push(['_trackPageview']); | |
14 | + | |
15 | + (function() { | |
16 | + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | |
17 | + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | |
18 | + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | |
19 | + })(); | |
20 | + </script> | |
9 | 21 | </head> |
10 | 22 | |
11 | 23 | <body> |
@@ -6,6 +6,18 @@ | ||
6 | 6 | <title>CDEvents - Objective-C wrapper of FSEvents</title> |
7 | 7 | |
8 | 8 | <link rel="stylesheet" href="styles.css?v=1" type="text/css" media="screen" charset="utf-8"> |
9 | + | |
10 | + <script type="text/javascript"> | |
11 | + var _gaq = _gaq || []; | |
12 | + _gaq.push(['_setAccount', 'UA-26814793-1']); | |
13 | + _gaq.push(['_trackPageview']); | |
14 | + | |
15 | + (function() { | |
16 | + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | |
17 | + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | |
18 | + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | |
19 | + })(); | |
20 | + </script> | |
9 | 21 | </head> |
10 | 22 | |
11 | 23 | <body> |
@@ -1,5 +1,5 @@ | ||
1 | 1 | body { |
2 | - font-family: 'Helvetica Nueu',Helvetica,Arial,FreeSans,sans-serif; | |
2 | + font-family: 'HelveticaNeue',Helvetica,Arial,FreeSans,sans-serif; | |
3 | 3 | font-size: 18px; |
4 | 4 | margin-top: 1em; |
5 | 5 | color: #333; |
@@ -22,6 +22,7 @@ a:hover { | ||
22 | 22 | h1 { |
23 | 23 | color: #000; |
24 | 24 | font-size: 275%; |
25 | + font-weight: bold; | |
25 | 26 | margin-bottom: -.125em; |
26 | 27 | } |
27 | 28 |