<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * RTL companion for the tabs.css file.
 */


ul.primary li,
ul.secondary li {
  float: right;
}

ul.primary li {
  margin: 0.5em 3px 0 0;
}
</pre></body></html>