mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-12-01 02:37:05 +00:00
Merge "Remove extra spacing from username/create account link"
This commit is contained in:
commit
2c87cdc8f8
|
@ -78,9 +78,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add margin to links that don't have the .mw-ui-button or related icon classes.
|
// Remove margin from links that don't have the .mw-ui-button or related icon classes.
|
||||||
a:not( .mw-ui-button ):not( .mw-echo-notifications-badge ) {
|
a:not( .mw-ui-button ):not( .mw-echo-notifications-badge ) {
|
||||||
margin: 0 8px;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-links-collapsible-item {
|
.user-links-collapsible-item {
|
||||||
|
|
Loading…
Reference in a new issue