mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +00:00
Replace bugzilla bug numbers with Phabricator task IDs
Change-Id: I0e8bd586ee0d3d9c3a1d5c14e96e2d0adc64a427
This commit is contained in:
parent
b4c74fc310
commit
c19cdec800
|
@ -117,7 +117,7 @@ FIXME: Review all of these hacks to see if they still apply.
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* bug 34878: Set an optimal width for a column.
|
/* T36878: Set an optimal width for a column.
|
||||||
* Makes sure that on small screens column-count is only honored if column-width hint is not violated.
|
* Makes sure that on small screens column-count is only honored if column-width hint is not violated.
|
||||||
* https://developer.mozilla.org/en-US/docs/CSS/column-width
|
* https://developer.mozilla.org/en-US/docs/CSS/column-width
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -15,7 +15,7 @@ body {
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
line-height: @line-height-content;
|
line-height: @line-height-content;
|
||||||
// Deal with long links (bug 60387)
|
// Deal with long links (T62387)
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
|
||||||
/* Emulate Center - from mediawiki.skinning/elements.css */
|
/* Emulate Center - from mediawiki.skinning/elements.css */
|
||||||
|
|
|
@ -40,7 +40,7 @@ describe( 'Talk', () => {
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// @login
|
// @login
|
||||||
it( 'Talk on a page that doesn\'t exist (bug 64268)', () => {
|
it( 'Talk on a page that doesn\'t exist (T66268)', () => {
|
||||||
iAmLoggedIntoTheMobileWebsite();
|
iAmLoggedIntoTheMobileWebsite();
|
||||||
iAmOnAPageThatDoesNotExist();
|
iAmOnAPageThatDoesNotExist();
|
||||||
thereShouldBeATalkTab();
|
thereShouldBeATalkTab();
|
||||||
|
|
Loading…
Reference in a new issue