MediaWiki:Common.css: Difference between revisions
From PC Gaming Shelter
Created page with "→CSS placed here will be applied to all skins: →Force tables to use 100% width when this class is used: .fullwidth { width: 100% !important; } →Optional: Prevent Game Mode from wrapping onto two lines: .nowrap { white-space: nowrap; }" |
Replaced content with "→CSS placed here will be applied to all skins: →Hide user menu icon for anonymous: .personal-tools-icon { display: none !important; }" Tag: Replaced |
||
| (70 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* | /* Hide user menu icon for anonymous */ | ||
. | .personal-tools-icon { | ||
display: none !important; | |||
} | } | ||
