MediaWiki:Mobile.css: Difference between revisions

From Spacewalk Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
#infobox {
#infobox {
   float:right;
   float:right;
}
.no-wrap {
  white-space: nowrap;
}
}

Revision as of 10:42, 25 May 2025

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

#infobox {
   float:right;
}

.no-wrap {
   white-space: nowrap;
}