summaryrefslogtreecommitdiffstats
path: root/public_html
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-08-04 23:19:21 +0200
committerFlorian Pritz <bluewind@xinu.at>2015-08-04 23:19:21 +0200
commit2bc6b97401791ae4ced15b7e8f903efd6e76e09f (patch)
tree3b793ac21e3c5e284288f25d2d1ec5e3abb6f735 /public_html
parent2345c4c840a4571b9cbb0a021b4c49f9381875ce (diff)
Add audio and video players to multipastes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'public_html')
-rw-r--r--public_html/data/css/style.css4
1 files changed, 4 insertions, 0 deletions
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 */