mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-13 17:37:07 +00:00
1bac80cd59
Follow-up to commit95c4454
anddd424cb
. This has become a plain style module since95c4454
and doesn't need to use SkinModule anymore. Also, cleaned up the unused import of the less variables. * mainPage: apparently never used, dated back to2cc9516
* userpage: unused since196fb20
Bug: T360988 Change-Id: I49304c64cd2bbc5f791164127a5169e60a43058a
18 lines
189 B
Plaintext
18 lines
189 B
Plaintext
.user-links {
|
|
margin: 15px 0 0 0;
|
|
|
|
li {
|
|
display: inline-block;
|
|
|
|
& + li {
|
|
margin-left: 4px;
|
|
|
|
&::before {
|
|
content: '·';
|
|
right: 2px;
|
|
position: relative;
|
|
}
|
|
}
|
|
}
|
|
}
|