Difference between revisions of "MediaWiki:Mobile.css"

Jump to navigation Jump to search
no edit summary
Tags: Mobile edit Mobile web edit
Line 1: Line 1:
/* CSS placed here will affect users of the mobile site */
/* CSS placed here will affect users of the mobile site */


/* Fix download button height */
.download_button {
.download_button {
box-sizing: content-box;
box-sizing: content-box;
}
/* Widget template */
div.widget_title {
  background-image: url('//upload.wikimedia.org/wikipedia/commons/8/8c/Bluebg_rounded_croped.png');
  background-repeat: no-repeat;
  height: 32px;
  position: relative;
  top: 2px;
  margin: 0px;
}
}

Navigation menu