mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 22:25:27 +00:00
Merge "Move dd scroll hack to .content scope"
This commit is contained in:
commit
cf1331736d
|
@ -33,16 +33,8 @@
|
|||
}
|
||||
}
|
||||
/* stylelint-enable no-descending-specificity */
|
||||
}
|
||||
|
||||
dl {
|
||||
margin-left: 1em;
|
||||
|
||||
dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
dd {
|
||||
dl dd {
|
||||
display: block;
|
||||
// Some dd's may contain images so these need to be scrollable
|
||||
// Text will not become scrollable.
|
||||
|
@ -50,3 +42,12 @@ dl {
|
|||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
||||
/* As in Vector, indenting of definition lists, and bolding of defintion terms is generically useful */
|
||||
dl {
|
||||
margin-left: 1em;
|
||||
|
||||
dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue