mediawiki-extensions-Scribunto/modules/ext.scribunto.css
Brad Jorsch 410229c312 Expose mw.log data on preview
People have been complaining that they can't find the log data anywhere.
The new parser limit report seems a good place to show this information.

Change-Id: If2abf27f7779d92ff7c7a1f32b2a54a5de521678
2014-07-07 16:14:30 -04:00

13 lines
189 B
CSS

.scribunto-error {
cursor: pointer;
}
.scribunto-error:hover, .scribunto-error:focus {
text-decoration: underline;
}
.scribunto-limitreport-logs {
margin: 0;
white-space: pre-wrap;
}