Difference between revisions of "MediaWiki:Common.css"
From Mashinky
Line 4: | Line 4: | ||
.nomobile{ | .nomobile{ | ||
display:block; | display:block; | ||
+ | } | ||
+ | td.nomobile,th.nomobile{ | ||
+ | display:table-cell; | ||
} | } | ||
} | } |
Revision as of 09:07, 18 October 2017
/* CSS placed here will be applied to all skins */ @media screen and ( min-width: 982px ) { .nomobile{ display:block; } td.nomobile,th.nomobile{ display:table-cell; } }