diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-07-20 05:44:29 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-07-20 05:44:29 -0400 |
commit | da49befb1862c42abbefe07e0276dbdc8042468a (patch) | |
tree | fea99640881c52d4f61d43b482889d50ba04d18e /view/theme | |
parent | eac35c05e9059ba57aefc878cc669eb0efbbd086 (diff) | |
download | volse-hubzilla-da49befb1862c42abbefe07e0276dbdc8042468a.tar.gz volse-hubzilla-da49befb1862c42abbefe07e0276dbdc8042468a.tar.bz2 volse-hubzilla-da49befb1862c42abbefe07e0276dbdc8042468a.zip |
Wiki delete page confirmation and max image width
Diffstat (limited to 'view/theme')
-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 d61e60dc9..6cc3e2f10 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2037,3 +2037,7 @@ dl.bb-dl > dd > li { border-style: solid; border-width: 5px; } + +#wiki-preview img { + max-width: 100%; +}
\ No newline at end of file |