Merge "Use stashed ParserOutput during saving."
[lhc/web/wiklou.git] / resources / src / mediawiki.special.changeslist.less
index 34b0836..c87a8a1 100644 (file)
        content: '. .';
 }
 
-.mw-changeslist-link-list {
-       display: inline-block;
-       /* In @media print, list elements have margins and/or paddings defined.
-       We don't want to see margins/paddings on these elements under any circumstances. */
-       margin: 0;
-       padding: 0;
-
+.comment--without-parentheses,
+.mw-changeslist-links,
+.mw-diff-bytes,
+.mw-tag-markers,
+.mw-uctop {
        &:before {
                content: '@{msg-parentheses-start}';
        }
        &:after {
                content: '@{msg-parentheses-end}';
        }
+}
 
-       > li {
-               display: inline;
+.mw-changeslist-links {
+       display: inline-block;
 
-               &:not( :first-child ):before {
-                       content: '@{msg-pipe-separator}';
-               }
+       > span:not( :first-child ):before {
+               content: '@{msg-pipe-separator}';
        }
 }