pub / tn

Tech News Aggregator
git clone src.jayvii.de/pub/tn.git
Home | Log | Files | Exports | Refs | 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