build: Introduce stylelint
[lhc/web/wiklou.git] / resources / src / mediawiki.legacy / shared.css
index daebac1..95e19b1 100644 (file)
@@ -112,13 +112,14 @@ abbr[title],
 .mw-plusminus-neg,
 .mw-plusminus-null {
        unicode-bidi: -moz-isolate;
-       unicode-bidi: -webkit-isolate;
        unicode-bidi: isolate;
 }
 
 /* Comment portions of RC entries */
 span.comment {
        font-style: italic;
+       unicode-bidi: -moz-isolate;
+       unicode-bidi: isolate;
 }
 
 /**
@@ -245,7 +246,7 @@ input#wpSummary {
 .catlinks li {
        display: inline-block;
        line-height: 1.25em;
-       border-left: 1px solid #AAA;
+       border-left: 1px solid #aaa;
        margin: 0.125em 0;
        padding: 0 0.5em;
        zoom: 1;
@@ -324,7 +325,7 @@ p.mw-delete-editreasons {
 div.mw-warning-with-logexcerpt {
        padding: 3px;
        margin-bottom: 3px;
-       border: 2px solid #2F6FAB;
+       border: 2px solid #2f6fab;
        clear: both;
 }
 
@@ -351,7 +352,7 @@ th.mw-revdel-checkbox {
 
 /* red links; see bug 36276 */
 a.new {
-       color: #BA0000;
+       color: #ba0000;
 }
 
 /* Plainlinks - this can be used to switch
@@ -533,6 +534,7 @@ table.mw_metadata caption {
 
 table.mw_metadata th {
        font-weight: normal;
+       text-align: center;
 }
 
 table.mw_metadata td {
@@ -546,7 +548,6 @@ table.mw_metadata {
 
 table.mw_metadata td,
 table.mw_metadata th {
-       text-align: center;
        border: 1px solid #aaaaaa;
        padding-left: 5px;
        padding-right: 5px;