Skip to content

Commit 59b6a55

Browse files
committed
Merge pull request #1262 from gracjan/pr-img-margin-left
Make img have same margin-left as div.smallexample
2 parents 43c2e70 + 1e6d8c1 commit 59b6a55

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/haskell-mode.css

+5
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,8 @@ div.background {
8787
background-repeat: no-repeat;
8888
background-size: 256px 256px;
8989
}
90+
91+
img {
92+
/* same as div.smallexample in default rules */
93+
margin-left: 3.2em;
94+
}

0 commit comments

Comments
 (0)