From cea7f00b65a031e57fbb55a2344a0a5b8b71a010 Mon Sep 17 00:00:00 2001 From: Misiek Date: Thu, 7 Jul 2016 11:08:23 +0200 Subject: Fixes #14 This CSS rule fixes setting up row_1_of_1. --- tipboard/static/css/layout.css | 1 + 1 file changed, 1 insertion(+) diff --git a/tipboard/static/css/layout.css b/tipboard/static/css/layout.css index 511a64a..6f870ef 100644 --- a/tipboard/static/css/layout.css +++ b/tipboard/static/css/layout.css @@ -82,6 +82,7 @@ table { .row_3_of_3 { height: 100%; } .row_2_of_3 { height: 66.6666%; } .row_1_of_3 { height: 33.3333%; } +.row_1_of_1 { height: 100%; } .row_2_of_2 { height: 100%; } .row_1_of_2 { height: 50%; } .col_15_of_5 { width: 30%; } -- cgit v1.2.3