repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Localisation updates from https://translatewiki.net.
[mediawiki.git]
/
resources
/
src
/
qunitjs
/
qunit-local.css
blob
2d8c5f1fdf25c7cc3db5ed9d00b560c22b6fbb74
1
/* Override styles from 'mediawiki.diff.styles' that mess with QUnit's diffs */
2
/* stylelint-disable-next-line selector-class-pattern */
3
#qunit-tests
table
.
diff
{
4
border
:
0
;
5
white-space
:
normal
;
6
border-spacing
:
0
;
7
table-layout
:
auto
;
8
width
:
auto
;
9
}