diff options
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index eeaf021c1..426e8e2ee 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2037,6 +2037,8 @@ dl.bb-dl > dd > li { border-width: 5px; } +#wiki-preview img { + max-width: 100%; .atoken-list { margin-right: 5px; list-style-type: none; @@ -2052,4 +2054,4 @@ dl.bb-dl > dd > li { } .zat-example { color: red; -}
\ No newline at end of file +} |