MediaWiki:Common.css: Difference between revisions

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


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

Revision as of 13:13, 27 May 2025

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

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