mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-27 09:42:11 +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;
|
||||
}
|
||||
|
||||
td.cell-syntax {
|
||||
.cell-syntax {
|
||||
font-family: monospace, 'Courier';
|
||||
}
|
||||
|
||||
td.cell-syntax,
|
||||
td.cell-result {
|
||||
.cell-syntax,
|
||||
.cell-result {
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
td.cell-description {
|
||||
.cell-description {
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
/* T33649 */
|
||||
.table-link {
|
||||
td.cell-syntax,
|
||||
.cell-syntax,
|
||||
span.pre-wrap {
|
||||
white-space: pre;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.cell-result {
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5 {
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Characters Pages */
|
||||
|
|
Loading…
Reference in a new issue