Code formatting

Finally got around to sorting out the css for code blocks. Looks fine for me (Firefox, Linux). Could someone let me know if it’s all buggered up on other platforms/browsers please?

A test:

#!/usr/bin/perl;
use strict;
use warnings;
print "Hello World\n";

Another test

#!/usr/bin/perl;
use strict;
use warnings;
print 'Hello World\n';

One Response to “Code formatting”

  1. Andrew Clegg Says:

    Looks fine on Firefox and Safari on OS X. First without syntax highlighting, second with, right?

    I haven’t typed up that email list yet, been off sick since I got back from holiday and it’s on my desk at work…

Leave a Reply