From Beocat
Jump to: navigation, search
(Created page with "→‎CSS placed here will be applied to all skins: #tw-list li.even { background-color: #f0f0f0; } #tw-list li { list-style: none; }")
 
(No difference)

Latest revision as of 22:34, 17 August 2018

/* CSS placed here will be applied to all skins */
#tw-list li.even {
  background-color: #f0f0f0;
}
#tw-list li {
  list-style: none;
}