mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-15 11:59:56 +00:00
0fee93ec6d
And resolved conflicts in: * AdEngine/js/AdLogicPageDimensions.js, * AdEngine/js/provider/directGpt.js, * AdEngine/js/run/desktop.run.js.
14 lines
204 B
SCSS
14 lines
204 B
SCSS
// fix issues with default infobox styles on monobook
|
|
|
|
.portable-infobox {
|
|
background-color: #f9f9f9;
|
|
|
|
figure {
|
|
margin: 0;
|
|
}
|
|
|
|
.portable-infobox-header-background {
|
|
background-color: #e5e5e5;
|
|
}
|
|
}
|