admin.css 140 B

1234567891011
  1. #navigation ul li {
  2. display: inline;
  3. }
  4. tr:nth-child(even){
  5. background-color: lightgray;
  6. }
  7. tr:nth-child(odd){
  8. background-color: white;
  9. }