diff --git a/doc/haskell-mode.css b/doc/haskell-mode.css index 4416ba930..d6eaf8a07 100644 --- a/doc/haskell-mode.css +++ b/doc/haskell-mode.css @@ -87,3 +87,8 @@ div.background { background-repeat: no-repeat; background-size: 256px 256px; } + +img { + /* same as div.smallexample in default rules */ + margin-left: 3.2em; +}