Template:See also/styles.css: Difference between revisions
en>TheDJ use horizontal padding, instead of cramming everything on top of each other. |
m 1 revision imported |
||
(No difference)
|
Latest revision as of 08:43, 9 April 2025
/* Template:See also */
.see-also {
background: var(--background-color-interactive-subtle,#f8f9fa);
margin: 1em 0;
border: 1px solid var(--border-color-subtle,#c8ccd1);
padding: 2px;
color: var(--color-base, #202122);
clear: left;
overflow: hidden; /* force new block formatting context, so we can fit next to infoboxes */
}
/* {{Protected}} */