From b78da238b2590b7ad6f9b05b0cf4a36afd1068cc Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Thu, 5 Oct 2017 13:18:19 +0200 Subject: [PATCH] Add Safari stylesheet --- safari.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 safari.css diff --git a/safari.css b/safari.css new file mode 100644 index 0000000..550ca84 --- /dev/null +++ b/safari.css @@ -0,0 +1,13 @@ +/* + * Force tab width of 4 spaces + */ +.tab-size[data-tab-size='2'], +.tab-size[data-tab-size='4'], +.tab-size[data-tab-size='8'], +.inline-review-comment, +.gist table.lines, +table.diff-table, +.markdown-body pre, +body > pre { + tab-size: 4 !important; +}