logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://hacktivis.me/git/dotfiles.git

gtk.css (275B)


  1. notebook {
  2. padding: 0;
  3. }
  4. notebook tabs,
  5. notebook tab {
  6. margin: 0;
  7. padding: 0;
  8. }
  9. button, entry {
  10. margin: 0;
  11. padding: 0.25em;
  12. }
  13. notebook tabs,
  14. notebook tab,
  15. button,
  16. entry {
  17. min-height: unset;
  18. min-width: unset;
  19. }
  20. menuitem {
  21. padding: 0.1em 0;
  22. margin: 0.1em 0.2em;
  23. }