diff options
-rw-r--r-- | tipboard/static/css/layout.css | 1 |
1 files changed, 1 insertions, 0 deletions
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%; } |