/*
Makes tab spacing in codeblocks consistent across all sites.
*/
:root {
-moz-tab-size: 4;
tab-size: 4;
}