diff --git a/minerva.less/minerva.mixins.less b/minerva.less/minerva.mixins.less index 5643475..689314f 100644 --- a/minerva.less/minerva.mixins.less +++ b/minerva.less/minerva.mixins.less @@ -12,7 +12,7 @@ } // Mixins for history, contributions, watchlist and recent changes' changes list -.change-list-minor-edit() { +.changeslist-minor-edit() { background-color: @colorGray14; position: absolute; bottom: 10px; @@ -23,13 +23,13 @@ font-weight: bold; } -.change-list-meta() { +.changeslist-meta() { position: absolute; left: 0; font-size: 0.9em; } -.change-list-row() { +.changeslist-row() { list-style: none; position: relative; min-height: 100px; @@ -39,14 +39,14 @@ padding-bottom: 32px; } -.change-list-row-item() { +.changeslist-row-item() { color: @colorGray7; margin: 0.5em 0; padding-left: 85px; font-size: 0.9em; } -.change-list-header() { +.changeslist-header() { background-color: @colorGray14; color: @colorGray7; display: block; diff --git a/skinStyles/mediawiki.action.history.styles.less b/skinStyles/mediawiki.action.history.styles.less index 7889ab4..8be7446 100644 --- a/skinStyles/mediawiki.action.history.styles.less +++ b/skinStyles/mediawiki.action.history.styles.less @@ -9,7 +9,7 @@ padding: 0; li { - .change-list-row(); + .changeslist-row(); } } } @@ -52,7 +52,7 @@ &.action-history { .mw-changeslist-date-time, .mw-diff-bytes { - .change-list-meta(); + .changeslist-meta(); } .mw-diff-bytes { @@ -75,7 +75,7 @@ } .mw-changeslist-date { - .change-list-header(); + .changeslist-header(); } .mw-userlink { @@ -84,7 +84,7 @@ .comment, .history-user { - .change-list-row-item(); + .changeslist-row-item(); } .history-user {