Skip to main content
Mod Removes Wiki by Dennis
deleted 26 characters in body
Source Link
Timwi
  • 13k
  • 3
  • 46
  • 66

Since this looks ugly in StackExchange due to the extra line spacing, consider running the following code in your browser’s JavaScript console to fix that: $('pre').each(function(){$(this).css('line-height',1)})

Since this looks ugly in StackExchange due to the extra line spacing, consider running the following code in your browser’s JavaScript console to fix that: $('pre').each(function(){$(this).css('line-height',1)})

Since this looks ugly in StackExchange due to the extra line spacing, consider running the following code in your browser’s JavaScript console to fix that: $('pre').css('line-height',1)

added 217 characters in body
Source Link
Timwi
  • 13k
  • 3
  • 46
  • 66

Since this looks ugly in StackExchange due to the extra line spacing, consider running the following code in your browser’s JavaScript console to fix that: $('pre').each(function(){$(this).css('line-height',1)})

Since this looks ugly in StackExchange due to the extra line spacing, consider running the following code in your browser’s JavaScript console to fix that: $('pre').each(function(){$(this).css('line-height',1)})

Post Made Community Wiki by etuardu
fix screenshot links (why nobody complained?! :-) )
Source Link
Timwi
  • 13k
  • 3
  • 46
  • 66

I wrote this just the other day. :) (Screenshots: startstart and finish)

I wrote this just the other day. :) (Screenshots: start and finish)

I wrote this just the other day. :) (Screenshots: start and finish)

Source Link
Timwi
  • 13k
  • 3
  • 46
  • 66
Loading