MediaWiki:Common.css: Difference between revisions

From ASXResearch
Jump to navigation Jump to search
No edit summary
Tag: Manual revert
No edit summary
Tag: Reverted
Line 1: Line 1:
#asx-top-banner {
#asx-top-banner {
   position: relative;
   width: 100%;
   z-index: 999;
   background: #ffffff;
   margin-bottom: 0px;
  text-align: center;
  padding: 0;
   margin: 0;
  border-bottom: 1px solid #ccc;
  z-index: 9999;
}
}


#content {
#asx-top-banner img {
   padding-top: 0 !important;
   display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
}

Revision as of 13:09, 27 May 2025

#asx-top-banner {
  width: 100%;
  background: #ffffff;
  text-align: center;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
  z-index: 9999;
}

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