File tree Expand file tree Collapse file tree
content/SyntaxHighlighter Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" }
You can’t perform that action at this time.
0 commit comments