Template:Helpbox/styles.css: Difference between revisions

and ditch that display block
m (1 revision imported)
(and ditch that display block)
Line 1: Line 1:
/* {{pp|small=y}} */
/* {{pp|small=y}} */
.help-box {
.help-box {
width: auto;
max-width: 22em;
background: #f5faff;
background: #f5faff;
line-height: 1.6em;
line-height: 1.6em;
Line 12: Line 10:
padding-left: 0.4em;
padding-left: 0.4em;
padding-right: 0.4em; /* gap before first heading/content */
padding-right: 0.4em; /* gap before first heading/content */
display: block; /* FIXME Probably not needed */
margin-bottom: 6px;
margin-bottom: 6px;
}
}
Line 25: Line 22:
.help-box .sidebar-content-with-subgroup {
.help-box .sidebar-content-with-subgroup {
padding-top: 0.15em;
padding-top: 0.15em;
}
@media all and (min-width: 720px) {
.help-box {
width: auto;
max-width: 22em;
}
}
}
Anonymous user