Skip to content

Commit cebe7e4

Browse files
committed
Use /*..*/ style comments (or suffer silent failures)
1 parent 29e4739 commit cebe7e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

styles.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
enwiki: |
2-
// Some of these tweaks will probably be part of ext.cite.style.css
3-
// Rest will be specific to enwiki and will be part of enwiki's common.css
2+
/* Some of these tweaks will probably be part of ext.cite.style.css
3+
Rest will be specific to enwiki and will be part of enwiki's common.css */
44
span.mw-ref {
55
line-height: 1;
66
font-size: 80%;
@@ -38,7 +38,7 @@ enwiki: |
3838
padding-right: 13px;
3939
}
4040
/* Change the external link icon to an Adobe icon for all PDF files
41-
in browsers that support these CSS selectors, like Mozilla and Opera */
41+
in browsers that support these CSS selectors, like Mozilla and Opera */
4242
.mw-body a[href$=".pdf"].external,
4343
.mw-body a[href*=".pdf?"].external,
4444
.mw-body a[href*=".pdf#"].external,

0 commit comments

Comments
 (0)