Template:Infobox Ferret/doc/styles.css: Difference between revisions
Created page with ".infobox-ferret-doc-example { display: flex; →needed?: float: none; } →original size Infobox: .infobox-ferret-doc-example-infobox { flex: initial; margin: 0.3em 0 0 0; } →auto scaling textbox next to the Infobox: .infobox-ferret-doc-example-textbox { flex: auto; }" |
margin no longer needed |
||
Line 8: | Line 8: | ||
.infobox-ferret-doc-example-infobox { | .infobox-ferret-doc-example-infobox { | ||
flex: initial; | flex: initial; | ||
} | } | ||
Latest revision as of 18:16, 22 March 2025
.infobox-ferret-doc-example {
display: flex;
/* needed? */
float: none;
}
/* original size Infobox */
.infobox-ferret-doc-example-infobox {
flex: initial;
}
/* auto scaling textbox next to the Infobox */
.infobox-ferret-doc-example-textbox {
flex: auto;
}