MediaWiki:Mobile.css: различия между версиями
Перейти к навигации
Перейти к поиску
Igor (обсуждение | вклад) (Новая страница: «→CSS placed here will affect users of the mobile site: →Changes for mobile verison: →Hide edit menu: nav ul#page-actions { display :none; }») |
Igor (обсуждение | вклад) |
||
Строка 2: | Строка 2: | ||
/* Changes for mobile verison */ | /* Changes for mobile verison */ | ||
/* Hide edit menu */ | /* Hide edit menu */ | ||
− | nav ul#page-actions { | + | nav ul#page-actions, .last-modified-bar { |
display :none; | display :none; | ||
} | } |
Текущая версия на 02:56, 14 октября 2019
/* CSS placed here will affect users of the mobile site */ /* Changes for mobile verison */ /* Hide edit menu */ nav ul#page-actions, .last-modified-bar { display :none; }