Conflicts:
css/custom.css
lib/Gruntmaster/Page/St.pm
tmpl/log.en
cursor: pointer;
}
-}
+#sponsors a.logo{
+ margin-bottom: 1em;
+}
++
+ .table-fixed{
+ table-layout: fixed;
++}
package Gruntmaster::Page::Pb::Entry;
- use 5.014000;
- use strict;
- use warnings;
use Gruntmaster::Page::Base pb_entry => '<tmpl_var name>';
- our @ISA = qw/Gruntmaster::Page::Base/;
- our $VERSION = '0.001';
-use constant FORMATS => [qw/C CPP JAVA PERL PYTHON/];
+use constant FORMATS => [qw/C CPP JAVA PASCAL PERL PYTHON/];
sub _generate{
my ($self, $htc, $lang, $env, $contest, $id) = @_;