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
Implement extension registration from an extension.json file
[mediawiki.git]
/
resources
/
src
/
mediawiki.action
/
mediawiki.action.view.metadata.css
blob
2c8d2e654361d3504ba460ff257da4bdf71dbcd6
1
/*!
2
* Hide collapsable rows in a collapsed table.
3
*/
4
table
.
collapsed tr
.
collapsable
{
5
display
:
none
;
6
}