Skip to content

Commit 0ac5bf7

Browse files
Added Flattr.
1 parent 355b690 commit 0ac5bf7

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

content/SyntaxHighlighter/css/main.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ table {
171171
bottom: 1em;
172172
padding-top: 14em;
173173
z-index: 1;
174+
175+
iframe {
176+
margin-top: 1em;
177+
}
174178
}
175179

176180
#blurb {

content/SyntaxHighlighter/spotlight.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ Here is the list of known sites that use SyntaxHighlighter. Feel free to add you
114114
* [Scala Blog](http://scala-blogs.org/2008/09/y-combinator-in-scala.html)
115115
* [Simpltry](http://www.simpltry.com/category/prototype-js/)
116116
* [Steve Reynolds](http://www.reynoldsftw.com/2009/02/using-jquery-php-ajax-with-the-twitter-api/)
117+
* [Steven Benner's Blog](http://stevenbenner.com/2010/03/custom-link-click-tracking-using-omniture/)
117118
* [The Software Grove](http://blog.grovehillsoftware.com/2009/05/visualvm-and-cutting-method-calls-by.html)
118119
* [Sufficiently Small](http://www.smallshire.org.uk/sufficientlysmall/2009/05/22/ironpython-2-0-and-jython-2-5-performance-compared-to-python-2-5/)
119120

layouts/default.haml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ filter:
6060
%a{ :href => "http://bitbucket.org/alexg/syntaxhighlighter/"} source code
6161
%a{ :href => "#{@home}/contact.html"} contact
6262

63+
<script type="text/javascript">var flattr_url = 'http://alexgorbatchev.com/SyntaxHighlighter';</script>
64+
<script src="http://api.flattr.com/button/load.js" type="text/javascript"></script>
65+
66+
6367
%link{ :type => 'text/css', :rel => 'stylesheet', :href => "#{@home}/css/main.css" }
6468
%link{ :type => 'text/css', :rel => 'stylesheet', :href => "#{sh_pub}/styles/shCore.css" }
6569
%link{ :type => 'text/css', :rel => 'stylesheet', :href => "#{sh_pub}/styles/#{@page._meta_data['theme'] || 'shThemeDefault'}.css" }

0 commit comments

Comments
 (0)