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 78: Line 78:
#site-tools {
#site-tools {
display: none !important;
display: none !important;
}
@media (max-width: 850px) {
    #p-search {
        position: absolute;
        top: 1em;
        left: 5em;
        text-align: left;
    }
}
}