diff options
author | Sophie Schiller | 2019-06-04 20:51:56 +0200 |
---|---|---|
committer | Sophie Schiller | 2019-06-04 20:51:56 +0200 |
commit | fbeb9ac57f4348a790cb38ae937be9f747ff3cf2 (patch) | |
tree | b6c05c54243c07cafed5f70c434346d8e925f885 /configs/conferences/bigbrotherawards2019 | |
parent | 9b6ecc28f59179ed96eaf9e58fc66e6bfc0c6c8e (diff) |
bigbrotherawards2019: small css fix
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/bigbrotherawards2019/main.less | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/conferences/bigbrotherawards2019/main.less b/configs/conferences/bigbrotherawards2019/main.less index e91cbbf..b3ac2fb 100644 --- a/configs/conferences/bigbrotherawards2019/main.less +++ b/configs/conferences/bigbrotherawards2019/main.less @@ -65,4 +65,6 @@ footer a { display: none; } } - +body.overview .room .panel-heading { + display: block !important; +} |