MediaWiki:Mobile.css: Difference between revisions

From Spacewalk Wiki
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the mobile site: #infobox { float:right; }")
 
No edit summary
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 */
#infobox {
#infobox {
   float:right;
   float:right;
}
}

Revision as of 10:41, 25 May 2025

/* All CSS here will be loaded for users of the mobile site */

#infobox {
   float:right;
}