summaryrefslogtreecommitdiffstats
path: root/style/firefox.css
blob: f6b67aa22fb85e9ef5bcd5344133c8a61a853a8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* sigh, spacings are all over the place between browsers.
   my attempt to fix it with unicode-char markers only made
   things *significantly* worse. webkit and chromium seem
   to have parity the way things are now, so it's just
   gecko that needs a 1px tweak.

   rip. */

.border > summary > h3:first-child {
  padding-bottom: 4px;
}

/* tweak to square summary marker box */

.border > summary {
  margin-left: 7px;
}
.border > summary > h3:first-child {
  margin-left: 9px;
}