MediaWiki:Vector.css: Difference between revisions

From EM Fields - TAU
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
   text-align: right;
   text-align: right;
   text-direction: rtl;
   text-direction: rtl;
float: right;
}
}

Revision as of 07:30, 7 November 2021

/* All CSS here will be loaded for users of the Vector skin */

#bodyContent {
  font-size: 0.975em;
  text-align: right;
  text-direction: rtl;
float: right;
}