CSS   103
iefix
Guest on 17th March 2023 12:20:46 AM


  1. body {
  2.         font-size: 0.9em;
  3. }
  4.  
  5. #mainContent #content {
  6.         overflow-x: hidden;
  7.         overflow-y: auto;
  8. }
  9.  
  10. #mainContent #sidebar {
  11.         overflow-x: hidden;
  12.         overflow-y: auto;
  13. }
  14.  
  15. #navcontainer, #navcontainer ul {
  16.         width: 90%;
  17.         font-size: smaller;
  18. }
  19.  
  20. #navcontainer ul a {
  21.         line-height: 1.2em;
  22. }
  23.  
  24. #navcontainer ul ul a {
  25. line-height: 1.5em;
  26. }

Raw Paste

Login or Register to edit or fork this paste. It's free.