MediaWiki:Monobook.css: Difference between revisions
From Verge3D Wiki
Jump to navigationJump to search
Created page with "→All CSS here will be loaded for users of the MonoBook skin: @media screen and (min-width: 551px) .portlet h3 { text-transform: inherit; }" |
No edit summary |
||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the MonoBook skin */ | /* All CSS here will be loaded for users of the MonoBook skin */ | ||
@media screen and (min-width: 551px) | @media screen and (min-width: 551px) .portlet h3 { | ||
.portlet h3 { | |||
text-transform: inherit; | text-transform: inherit; | ||
} | } | ||