aboutsummaryrefslogtreecommitdiff
path: root/assets/css/_room.less
diff options
context:
space:
mode:
authorMaZderMind2015-02-28 19:12:09 +0100
committerMaZderMind2015-02-28 19:12:09 +0100
commit28a263a689cdf17fd6ebcac2c89c4f81946b9cea (patch)
tree4fc4fe741e7259d8edb514a9171e2a64794f720f /assets/css/_room.less
parentc9105da98689d097e8ea9b4d578dba4834183171 (diff)
room-page styling
Diffstat (limited to 'assets/css/_room.less')
-rw-r--r--assets/css/_room.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/_room.less b/assets/css/_room.less
index a0a9bdf..fdc6b6d 100644
--- a/assets/css/_room.less
+++ b/assets/css/_room.less
@@ -18,8 +18,13 @@
.player-wrap {
margin-bottom: 60px;
+ overflow: hidden;
}
.video-wrap {
margin: 0 auto;
}
+
+.functions-wrap {
+ h3 { margin-top: 0; }
+}