From 2bc6b97401791ae4ced15b7e8f903efd6e76e09f Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 4 Aug 2015 23:19:21 +0200 Subject: Add audio and video players to multipastes Signed-off-by: Florian Pritz --- public_html/data/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public_html/data/css/style.css') diff --git a/public_html/data/css/style.css b/public_html/data/css/style.css index f59344f6f..06ab6bcd1 100644 --- a/public_html/data/css/style.css +++ b/public_html/data/css/style.css @@ -330,6 +330,10 @@ input[type="number"]::-webkit-inner-spin-button { } input[type="number"] { -moz-appearance: textfield; } +video { + max-width: 100%; +} + /* highlighting theme */ .hll { background-color: #ffffcc } .c { color: #999988; font-style: italic } /* Comment */ -- cgit v1.2.3-24-g4f1b