mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-09 20:26:39 +00:00
Set a more reasonable tab size for browsers tat support it
This commit is contained in:
parent
8adfcbdc69
commit
1102c9babb
@ -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 {
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user