pub / newsplanet

Planet-Style Newsfeed generated with perlanet
git clone https://src.jayvii.de/pub/newsplanet.git
Home | Log | Files | Exports | Refs | README | RSS

mini.css (215B)


      1 /* less padding and margins around sections */
      2 section {
      3   margin-top: 0px;
      4   margin-bottom: 1em;
      5   padding-bottom: 1em;
      6 }
      7 
      8 /* inactive items should not be displayed */
      9 *[data-inactive="true"] {
     10   display: none;
     11 }
     12