mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 22:25:27 +00:00
Merge "AMC history page visual fixes"
This commit is contained in:
commit
35c476ff36
|
@ -126,11 +126,17 @@
|
|||
}
|
||||
|
||||
.mw-diff-bytes,
|
||||
.comment,
|
||||
.mw-changeslist-date {
|
||||
display: block;
|
||||
}
|
||||
|
||||
// removes space between the .mw-diff-bytes and comments.
|
||||
.comment {
|
||||
float: left;
|
||||
width: 100%;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
// hide page instructions, article size, double dot separator, thank link
|
||||
.mw-history-legend,
|
||||
.history-size.mw-diff-bytes,
|
||||
|
@ -148,10 +154,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
// Disable the core margins of tags.
|
||||
.mw-tag-markers {
|
||||
// Disable the core margins of tags.
|
||||
margin: 0;
|
||||
clear: both;
|
||||
// places the tags on the same line as the float-right undo button.
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.history-user {
|
||||
|
|
Loading…
Reference in a new issue