diff options
author | Joey Hess <joey@kitenet.net> | 2010-07-05 14:04:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-07-05 14:04:49 -0400 |
commit | f6db10df21f04df83e109924647b07672050dbf3 (patch) | |
tree | a8fed8399efad1853b5c8a715b3c8f4fefc5aedc /doc/style.css | |
parent | 527c169ab2a6617138da2c4b817e452db65f80bf (diff) | |
download | ikiwiki-f6db10df21f04df83e109924647b07672050dbf3.tar ikiwiki-f6db10df21f04df83e109924647b07672050dbf3.tar.gz |
img: Add a margin around images displayed by this directive.
Particularly important for floating images, which could before be placed
uncomfortably close to text.
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css index bf000dae1..8dd3b1c15 100644 --- a/doc/style.css +++ b/doc/style.css @@ -91,6 +91,10 @@ nav { text-align: center; } +img.img { + margin: 0.5ex; +} + .align-left { float:left; } |