File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 8
8
{% else %}
9
9
< title > tutorials.github.com</ title >
10
10
{% endif %}
11
-
11
+
12
12
< link rel ="stylesheet " href ="/stylesheets/styles.css ">
13
13
< link rel ="stylesheet " href ="/stylesheets/pygment_trac.css ">
14
14
< script src ="/javascripts/scale.fix.js "> </ script >
37
37
< h1 > < a href ="http://tutorials.github.com "> tutorials.github.com</ a > </ h1 >
38
38
< p > Decentralized polyglot tutorials</ p >
39
39
< nav id ="sidebar "> </ nav >
40
+ < div class ="social footroom ">
41
+ <!-- AddThis Button BEGIN -->
42
+ < div class ="addthis_toolbox addthis_default_style ">
43
+ < a class ="addthis_button_facebook_like ftg " fb:like:layout ="button_count "> </ a >
44
+ < a class ="addthis_button_tweet ftg "> </ a >
45
+ < a class ="addthis_button_google_plusone ftg " g:plusone:size ="medium "> </ a >
46
+ </ div >
47
+ < script type ="text/javascript "> var addthis_config = { "data_track_addressbar" :true } ; </ script >
48
+ < script type ="text/javascript " src ="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4fe63cf9228607aa "> </ script >
49
+ <!-- AddThis Button END -->
50
+ </ div >
40
51
< ul id ="download ">
41
52
< li > < a href ="https://github.com/tutorials/tutorials.github.com/zipball/master "> Download < strong > ZIP File</ strong > </ a > </ li >
42
53
< li > < a href ="https://github.com/tutorials/tutorials.github.com/tarball/master "> Download < strong > TAR Ball</ strong > </ a > </ li >
Original file line number Diff line number Diff line change @@ -179,6 +179,18 @@ strong {
179
179
text-decoration : none;
180
180
}
181
181
182
+ .headroom {
183
+ margin : 20px 0 0 0 ;
184
+ }
185
+
186
+ .footroom {
187
+ margin : 0 0 20px ;
188
+ }
189
+
190
+ div .social a .ftg {
191
+ width : 85px ;
192
+ }
193
+
182
194
div .tutorial p .about span {
183
195
margin-right : 5px ;
184
196
}
You can’t perform that action at this time.
0 commit comments