Skip to content

Commit 037c71b

Browse files
committed
Given proper indents to examples and gramexas
1 parent 0f89d04 commit 037c71b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ldoce5viewer/static/styles/entry.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,15 @@ span.spokensect {
144144
font-size: large;
145145
}
146146
.example {
147-
margin: 0.1em 0 0.1em 1.0em;
147+
margin: 0.1em 0 0.1em 0;
148148
color: #333;
149149
}
150+
.gramexa {
151+
margin: 0.1em 0 0.1em 0;
152+
}
153+
.gramexa .example {
154+
margin-left: 1em;
155+
}
150156
.crossref a {
151157
color: #730;
152158
border-bottom: solid 1px #b8a698;

0 commit comments

Comments
 (0)