[22:05:25] What CSS element controls the font size for the main body of an article page? [22:24:35] computist[m] `body` has font-size: 0.95em; [22:24:42] if that's what you mean [22:32:27] computist[m] probably means #bodyContent { font-size: ... } [23:42:34] Anyone here familiar with mwoffliner? We've been trying to make a zim file of bulbapedia, but it keeps giving us an ESOCKETTIMEOUT from the api. I've tried raising timeout limits, but that didn't work. I even tried putting the data on a machine that wasn't under traffic, and it still failed. [23:43:16] Maybe there's some way to allow the API to keep retrying? Or some kind of timeout I missed?