timekeeper

My first (abandoned unfinished) web application for time tracking
git clone git://jacobedwards.org/timekeeper
Log | Files | Refs | README

menu.css (129B)


      1 ul.menu {
      2 	padding: 0;
      3 }
      4 
      5 ul.menu > li {
      6 	display: inline-block;
      7 }
      8 
      9 ul.menu > li:not(:nth-child(1))::before {
     10 	content: " | ";
     11 }