MediaWiki:Monobook.css: Difference between revisions

From EM Fields - TAU
Jump to navigation Jump to search
Created page with "All CSS here will be loaded for users of the MonoBook skin: #bodyContent { font-size: 0.975em; text-align: right; float: left; }"
 
No edit summary
Line 3: Line 3:
   font-size: 0.975em;
   font-size: 0.975em;
   text-align: right;
   text-align: right;
   float: left;
   float: right;
}
}

Revision as of 07:38, 7 November 2021

/* All CSS here will be loaded for users of the MonoBook skin */
#bodyContent {
  font-size: 0.975em;
  text-align: right;
  float: right;
}