MediaWiki:Mobile.css: Unterschied zwischen den Versionen

Aus Healthypedia
Zur Navigation springen Zur Suche springen
(Created page with "→‎CSS placed here will affect users of the mobile site: .hp-max-h-400p ul { max-height: 400px; overflow-y: scroll; }")
 
Markierungen: Mobile Web-Bearbeitung Mobile Bearbeitung
Zeile 3: Zeile 3:
 
   max-height: 400px;
 
   max-height: 400px;
 
   overflow-y: scroll;  
 
   overflow-y: scroll;  
 +
}
 +
 +
.hp-max-h-400p ul li{
 +
    padding-left : 18px !important;
 
}
 
}

Version vom 30. September 2020, 09:09 Uhr

/* CSS placed here will affect users of the mobile site */
.hp-max-h-400p ul {
  max-height: 400px;
  overflow-y: scroll; 
}

.hp-max-h-400p ul li{
    padding-left : 18px !important;
}