diff options
Diffstat (limited to 'Themes')
-rw-r--r-- | Themes/styles.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Themes/styles.css b/Themes/styles.css index afc641a..5328b36 100644 --- a/Themes/styles.css +++ b/Themes/styles.css @@ -186,6 +186,8 @@ a { img { max-width: 100%; + margin-bottom: 1em; + margin-top: 1em; width: auto\9; height: auto; vertical-align: middle; @@ -205,7 +207,8 @@ pre { display: block; background-color: #fdf6e3; color: #586e75; - + margin-bottom: 1em; + margin-top: 1em; border-radius: 4px; } |