diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-07-09 20:24:16 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-07-09 20:24:16 -0400 |
commit | 50e581d88ad4901b13bbf99b2e58a5787b6bccec (patch) | |
tree | 19fedcca27d23ba39969e67c63a769c47de8a216 /view | |
parent | 47d7fc70e8cdf408cc7e5e5eb7e5f871d973136e (diff) | |
download | volse-hubzilla-50e581d88ad4901b13bbf99b2e58a5787b6bccec.tar.gz volse-hubzilla-50e581d88ad4901b13bbf99b2e58a5787b6bccec.tar.bz2 volse-hubzilla-50e581d88ad4901b13bbf99b2e58a5787b6bccec.zip |
Set max-width for embedded images
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 5768ccbd9..a63042b87 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2039,3 +2039,7 @@ dl.bb-dl > dd > li { border-style: solid; border-width: 5px; } + +#wiki-preview img { + max-width: 100%; +}
\ No newline at end of file |