Add nice tables to standings
authorMarius Gavrilescu <marius@ieval.ro>
Thu, 6 Feb 2014 18:17:12 +0000 (20:17 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Thu, 6 Feb 2014 18:17:12 +0000 (20:17 +0200)
lib/Gruntmaster/Page/St.pm

index 5803183be0fc49994a93bc641f969582e6d02e65..a812cfa0124b89bee6481e8a6b94cafed6cfd4e3 100644 (file)
@@ -9,7 +9,7 @@ our $VERSION = '0.001';
 
 use constant TEMPLATES => {
        en => <<'HTML',
-<table border>
+<table border class="table table-border table-striped">
 <thead>
 <tmpl_if problems><tr><th>Username<tmpl_loop problems><th><tmpl_var _></tmpl_loop><th>Total
 <tmpl_else><tr><th>Username<th>Score
This page took 0.011042 seconds and 4 git commands to generate.