Ero sivun ”Järjestelmäviesti:Mobile.css” versioiden välillä

ITS Factory Developer Wikistä
(Ak: Uusi sivu: →‎All CSS here will be loaded for users of the mobile site: @media only screen and (max-width: 600px) { .mainItem { width: 100% !important; background-color: #f6f6f6 !important; padding: 5px; border-radius: 5px; margin: 5px 0px; font-size: 14px; } .content li { margin-bottom: 4px; } })
(ei mitään eroa)

Versio 4. marraskuuta 2022 kello 13.33

/* All CSS here will be loaded for users of the mobile site */
@media only screen and (max-width: 600px) {
  .mainItem {
    width: 100% !important;
    background-color: #f6f6f6 !important;
    padding: 5px;
    border-radius: 5px;
    margin: 5px 0px;
    font-size: 14px;
  }
  .content li {
    margin-bottom: 4px;
  }
}