summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-03 16:04:54 +0300
committerAndrew Dolgov <[email protected]>2015-07-03 16:04:54 +0300
commitd517829bcd1a04608998985b52509af3e74cb9fe (patch)
treec419dd458e9d9d31875ccc5e17abff86765a4a3b /css
parentf50766f88cc71ac5026965501dc2fe2b1a96311b (diff)
limit width of embedded <video> elements
Diffstat (limited to 'css')
-rw-r--r--css/cdm.css3
-rw-r--r--css/tt-rss.css3
2 files changed, 4 insertions, 2 deletions
diff --git a/css/cdm.css b/css/cdm.css
index 70ed6d732..516242bdb 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -56,7 +56,8 @@ div.cdmContentInner {
font-size : 15px;
}
-div.cdmContentInner img {
+div.cdmContentInner img,
+div.cdmContentInner video {
border-width : 0px;
max-width : 98%;
height : auto;
diff --git a/css/tt-rss.css b/css/tt-rss.css
index 693541a7c..97f787c81 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -44,7 +44,8 @@ div.postReply div.postContent {
padding : 10px;
}
-div.postReply div.postContent img {
+div.postReply div.postContent img,
+div.postReply div.postContent video {
border-width : 0px;
max-width : 98%;
height: auto;