From: Stevan Little Date: Fri, 2 Apr 2010 19:59:57 +0000 (-0400) Subject: fixing the styles a little X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2Fmoose-website.git;a=commitdiff_plain;h=e307fe4fb09f87e63fee9b4e5ccc664a860d917e fixing the styles a little --- diff --git a/bin/colorize_code.pl b/bin/colorize_code.pl index 27adda4..d71cbee 100644 --- a/bin/colorize_code.pl +++ b/bin/colorize_code.pl @@ -3,7 +3,7 @@ use strict; use warnings; -use Syntax::Highlight::Perl; +use Syntax::Highlight::Perl::Improved ':FULL'; my $color_table = { 'Variable_Scalar' => 'color:#080;', @@ -29,7 +29,7 @@ my $color_table = { 'Line' => 'color:#000;', }; -my $formatter = Syntax::Highlight::Perl->new(); +my $formatter = Syntax::Highlight::Perl::Improved->new(); $formatter->define_substitution( '<' => '<', diff --git a/lib/Moose/Website/Resource/Templates/code/point.tt b/lib/Moose/Website/Resource/Templates/code/point.tt index 843a3e1..cd336d3 100644 --- a/lib/Moose/Website/Resource/Templates/code/point.tt +++ b/lib/Moose/Website/Resource/Templates/code/point.tt @@ -7,7 +7,7 @@ sub clear { my $self = shift; $self->x(0); - $self->y(0); + $self->y(0); } package Point3D; diff --git a/lib/Moose/Website/Resource/WebFiles/css/style.css b/lib/Moose/Website/Resource/WebFiles/css/style.css index a497097..e99bf5f 100644 --- a/lib/Moose/Website/Resource/WebFiles/css/style.css +++ b/lib/Moose/Website/Resource/WebFiles/css/style.css @@ -99,7 +99,6 @@ pre { padding : 10px; border : 1px dotted #aaaaaa; color : #333333; - width : 500px; } ul {