repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Localisation updates from https://translatewiki.net.
[mediawiki.git]
/
resources
/
src
/
mediawiki.skinning
/
i18n-all-lists-margins.less
blob
9287b57b7224e5f4f6379d7607fc9d5d6f516275
1
/*** To remove deprecation notice please move these styles to your skin or include the elements feature */
2
@import 'mediawiki.mixins.less';
3
4
ul {
5
margin-top: 0.3em;
6
.margin-inline( 1.6em, 0 );
7
padding: 0;
8
}
9
10
ol {
11
margin-top: 0.3em;
12
.margin-inline( 3.2em, 0 );
13
padding: 0;
14
}
15
16
dd {
17
.margin-inline( 1.6em, 0 );
18
}