Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
Module:Shortcut/styles.css: Difference between revisions
Module
Talk
Language
Watch
View history
View source
Browse history interactively
← Previous edit
Next edit →
Content deleted
Content added
Revision as of 12:20, 14 March 2023
view source
TheDJ
(
talk
|
contribs
)
Extended confirmed users
,
Template editors
46,361
edits
m
clear shortcuts on smaller screens
Tag
:
Reverted
← Previous edit
Revision as of 15:53, 14 March 2023
view source
Izno
(
talk
|
contribs
)
Checkusers
,
Interface administrators
,
Administrators
138,133
edits
Undid revision 1144571295 by
TheDJ
(
talk
) I'm sorry, that's not what we discussed or agreed to
Tag
:
Undo
Next edit →
Line 38:
line-height: 1.3;
margin: 0;
}
@media (max-width: 719px) {
.ombox > * > tr {
display: block;
}
.ombox .mbox-image {
float: left;
padding-top: 14px;
padding-right: 6px;
}
.ombox .mbox-text,
.ombox .mbox-imageright {
display: block;
box-sizing: border-box;
}
.ombox .mbox-imageright {
float: right;
clear: right;
}
}