Mercurial Hosting > freedit
comparison src/bbcode/bbcode.css @ 53:cac477dd1f82
convert image and video urls
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 24 Nov 2022 22:54:43 -0700 |
parents | 9f8ebc757814 |
children | 8b5b1bce7d6b |
comparison
equal
deleted
inserted
replaced
52:9f8ebc757814 | 53:cac477dd1f82 |
---|---|
59 } | 59 } |
60 div[from_bbcode] code[inline] { | 60 div[from_bbcode] code[inline] { |
61 display: initial; | 61 display: initial; |
62 padding: 1px; | 62 padding: 1px; |
63 } | 63 } |
64 div[from_bbcode] img { | |
65 max-width: 100%; | |
66 } | |
67 div[from_bbcode] iframe { | |
68 max-width: 100%; | |
69 } |