mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-15 03:35:29 +00:00
410229c312
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
13 lines
189 B
CSS
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;
|
|
}
|