mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-23 23:33:54 +00:00
Print styles: fix breaking of table of contents
By changing the display of the table of contents we'll make sure that it doesn't try to occupy the whole page width. This is useful when an infobox is floated to the right of the table of contents. Bug: T174957 Change-Id: Ifc808bdd2b65867d14278b12735103c761fb8111
This commit is contained in:
parent
1d86077dff
commit
2d3730ba8e
|
@ -161,7 +161,7 @@
|
|||
page-break-after: avoid;
|
||||
background: none;
|
||||
border: 0;
|
||||
display: block;
|
||||
display: table;
|
||||
|
||||
a {
|
||||
border: 0;
|
||||
|
|
Loading…
Reference in a new issue