Thiemo Mättig (WMDE) has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/322645

Change subject: Clean up end markers of /* comment blocks */
......................................................................

Clean up end markers of /* comment blocks */

Change-Id: Id212d44e5932b266e494817f642ff33ecab2d09f
---
M modules/ext.ores.styles.css
1 file changed, 2 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ORES 
refs/changes/45/322645/1

diff --git a/modules/ext.ores.styles.css b/modules/ext.ores.styles.css
index 0aa97ff..3c33123 100644
--- a/modules/ext.ores.styles.css
+++ b/modules/ext.ores.styles.css
@@ -1,7 +1,6 @@
 /**
  * Marking "r" flag in ORES red in recent changes.
- *
-**/
+ */
 .ores-damaging {
        font-weight: bold;
        color: #f00;
@@ -9,8 +8,7 @@
 
 /**
  * Make the whole row orange
- *
-**/
+ */
 li.damaging,
 tr.damaging {
        background: rgba( 255, 93, 0, 0.2 );

-- 
To view, visit https://gerrit.wikimedia.org/r/322645
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id212d44e5932b266e494817f642ff33ecab2d09f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ORES
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to