MediaWiki:Common.css: Difference between revisions

From ASXResearch
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
#asx-top-banner {
#asx-top-banner {
   width: 480px;
   width: 100%;
   background: #fff;
   background: #fff;
   text-align: left;
   text-align: left;

Revision as of 13:23, 27 May 2025

#asx-top-banner {
  width: 100%;
  background: #fff;
  text-align: left;
  padding: 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
}

#asx-top-banner img {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
}