diff options
author | Mateusz Kurek <mkurek@users.noreply.github.com> | 2016-07-12 14:18:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-12 14:18:17 +0200 |
commit | b5078bbbd0b82ff86571cb12f27f285755613d0f (patch) | |
tree | 0fcce9307361fb753c22a04f449c61822a3b6d7e | |
parent | 81b4da9b14c3b2af72e9ccbabeb727675d98c3ea (diff) | |
parent | cea7f00b65a031e57fbb55a2344a0a5b8b71a010 (diff) | |
download | tipboard-b5078bbbd0b82ff86571cb12f27f285755613d0f.tar.gz tipboard-b5078bbbd0b82ff86571cb12f27f285755613d0f.tar.bz2 tipboard-b5078bbbd0b82ff86571cb12f27f285755613d0f.zip |
Merge pull request #39 from misiek08/patch-1
Fixes #14
-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%; } |