diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-02-23 11:38:50 +0800 |
---|---|---|
committer | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-02-23 11:38:50 +0800 |
commit | f2dc0d31155f300d305b7a7888130764b4c2cc49 (patch) | |
tree | d9a0a7912aa067948972d76b57f4ae67f7d9e276 /public/css/gogs.css | |
parent | 286fbc07e985d960209e8443a57e7f95efe60efd (diff) |
css: add img margin-right
[CI SKIP]
Diffstat (limited to 'public/css/gogs.css')
-rw-r--r-- | public/css/gogs.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index f1501906..394d89a6 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -692,6 +692,9 @@ footer .ui.language .menu { max-width: 100%; box-sizing: border-box; } +.markdown:not(code) img[align=left] { + margin-right: 10px; +} .markdown:not(code) .emoji { max-width: none; } |