MediaWiki:Mobile.css: Forskelle mellem versioner

Fra AarhusWiki
mNo edit summary
mNo edit summary
Linje 9: Linje 9:
div.header {
div.header {
   background-color: #f2f2f2;
   background-color: #f2f2f2;
}
input.search {
  padding: .7em;
}
}

Versionen fra 8. jul. 2016, 12:25

/* CSS placed here will affect users of the mobile site */

/* Remove welcome-message from Mainpage */
.page-Main_Page.is-authenticated .pre-content {
    display: none;
}

/* Grey background like wikipedia */
div.header {
  background-color: #f2f2f2;
}

input.search {
  padding: .7em;
}