96d719b31c
Also - import mixins separately from variables, those two should not be mashed together - change mobile navigation logic to work around the new mixin Change-Id: I54ae992dd5627dd54a690dd064cf662b382761c1
27 lines
375 B
Text
27 lines
375 B
Text
@import '../variables.less';
|
|
@import 'mediawiki.mixins.less';
|
|
|
|
div.multipageimagenavbox {
|
|
border: solid 1px @content-border;
|
|
padding: 4px;
|
|
margin: 1em;
|
|
background: @background;
|
|
|
|
div.thumb {
|
|
border: 0;
|
|
margin-left: 2em;
|
|
margin-right: 2em;
|
|
}
|
|
|
|
hr {
|
|
margin: 6px;
|
|
}
|
|
}
|
|
|
|
table.multipageimage td {
|
|
text-align: center;
|
|
}
|
|
|
|
.sharedUploadNotice {
|
|
font-style: italic;
|
|
}
|