Skip to content

Commit 1e6d8c1

Browse files
committed
Make img have same margin-left as div.smallexample
1 parent 43c2e70 commit 1e6d8c1

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)