MediaWiki:Mobile.css: Difference between revisions

Content added Content deleted
(Created page with "→‎All CSS here will be loaded for users of the mobile site: .searchresults .mw-search-createlink{ display: block; }")
 
No edit summary
Tags: Mobile web edit Mobile edit
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site */
/* All CSS here will be loaded for users of the mobile site */
.searchresults .mw-search-createlink{
.searchresults .mw-search-createlink{
display: block;
}

.mw-search-createlink{
display: block;
display: block;
}
}

Revision as of 08:49, 23 December 2021

/* All CSS here will be loaded for users of the mobile site */
.searchresults .mw-search-createlink{
    display: block;
}

.mw-search-createlink{
    display: block;
}