Remember: If it's RUST, you can TRUST. Rust (orange-brown) text reflects real world information. Otherwise, this wiki contains FICTION from the worlds of author R.L. Akers. Click here for details.

MediaWiki:Common.css: Difference between revisions

From WikiRLA
mNo edit summary
mNo edit summary
Line 12: Line 12:
}
}
.sidebar {
.sidebar {
float:right; border:1px solid #a2a9b1;width:20em; text-align:left; background-color: #f8f9fa; padding: 5px; margin: 10px; vertical-align: top;
  float:right;
  border:1px solid #a2a9b1;width:20em;
  text-align:left;
  background-color: #f8f9fa;
  padding: 5px;
  margin: 10px;
  vertical-align: top;
}
.sidebar th {
  width: 8em;
}
}