1
0
Fork 0

Add Safari stylesheet

This commit is contained in:
Gregory Eremin 2017-10-05 13:18:19 +02:00
parent 762e7a9b41
commit b78da238b2
1 changed files with 13 additions and 0 deletions

13
safari.css Normal file
View File

@ -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;
}