Merge "AMC history page visual fixes"

This commit is contained in:
jenkins-bot 2020-05-13 19:48:16 +00:00 committed by Gerrit Code Review
commit 35c476ff36

View file

@ -126,11 +126,17 @@
} }
.mw-diff-bytes, .mw-diff-bytes,
.comment,
.mw-changeslist-date { .mw-changeslist-date {
display: block; 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 // hide page instructions, article size, double dot separator, thank link
.mw-history-legend, .mw-history-legend,
.history-size.mw-diff-bytes, .history-size.mw-diff-bytes,
@ -148,10 +154,11 @@
} }
} }
// Disable the core margins of tags.
.mw-tag-markers { .mw-tag-markers {
// Disable the core margins of tags.
margin: 0; margin: 0;
clear: both; // places the tags on the same line as the float-right undo button.
display: inline;
} }
.history-user { .history-user {