From 5d64ec4afe587c82cc10d20298d2c058064dec24 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Fri, 28 Feb 2014 12:00:22 +0200 Subject: [PATCH] Use tables for problem list --- css/custom.css | 4 ++++ tmpl/pb.en | 42 +++++++++++++++++++++++++++--------------- 2 files changed, 31 insertions(+), 15 deletions(-) diff --git a/css/custom.css b/css/custom.css index bc0b7ea..9872ee8 100644 --- a/css/custom.css +++ b/css/custom.css @@ -51,3 +51,7 @@ div#result{ a.dropdown-toggle{ cursor: pointer; } + +.table-fixed{ + table-layout: fixed; +} \ No newline at end of file diff --git a/tmpl/pb.en b/tmpl/pb.en index 60205b1..00569df 100644 --- a/tmpl/pb.en +++ b/tmpl/pb.en @@ -1,27 +1,39 @@

Beginner

-
- -
+ + +
NameAuthorOwner +
+ +
- +

Easy

-
- -
+ + +
NameAuthorOwner +
+ +
- +

Medium

-
- -
+ + +
NameAuthorOwner +
+ +
- +

Hard

-
- -
+ + +
NameAuthorOwner +
+ +
-- 2.30.2