mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-27 17:50:44 +00:00
Merge "Remove non-helpful whitespace from "Headings" help panel"
This commit is contained in:
commit
a1a2d23d54
|
@ -295,27 +295,38 @@
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.cell-syntax {
|
.cell-syntax {
|
||||||
font-family: monospace, 'Courier';
|
font-family: monospace, 'Courier';
|
||||||
}
|
}
|
||||||
|
|
||||||
td.cell-syntax,
|
.cell-syntax,
|
||||||
td.cell-result {
|
.cell-result {
|
||||||
width: 40%;
|
width: 40%;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.cell-description {
|
.cell-description {
|
||||||
width: 20%;
|
width: 20%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* T33649 */
|
/* T33649 */
|
||||||
.table-link {
|
.table-link {
|
||||||
td.cell-syntax,
|
.cell-syntax,
|
||||||
span.pre-wrap {
|
span.pre-wrap {
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cell-result {
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
margin-top: 0;
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Characters Pages */
|
/* Characters Pages */
|
||||||
|
|
Loading…
Reference in a new issue