mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-27 23:50:30 +00:00
Merge "username should appear on its own line on RecentChanges and Watchlist"
This commit is contained in:
commit
2e264b4f68
|
@ -160,3 +160,14 @@ ul.mw-contributions-list li .mw-rollback-link {
|
|||
.mw-tag-markers {
|
||||
display: block;
|
||||
}
|
||||
|
||||
// On Watchlist and RecentChanges the user is on a separate line per T236328.
|
||||
// This does not apply to the history page.
|
||||
// It is unnecessary on Special:Contributions since all contributions are by the same user.
|
||||
.mw-special-Watchlist,
|
||||
.mw-special-Recentchanges {
|
||||
.mw-userlink {
|
||||
display: block;
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue