1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-05 03:33:27 +00:00

Set a more reasonable tab size for browsers tat support it

This commit is contained in:
Jeremy Ruston 2012-03-02 11:24:52 +00:00
parent 8adfcbdc69
commit 1102c9babb

View File

@ -44,6 +44,10 @@ pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
-moz-tab-size: 4;
-webkit-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
}
article {
}