1
0
mirror of https://github.com/hack-chat/main.git synced 2024-03-22 13:20:33 +08:00

Change tab-size to be more consistently 4

This commit is contained in:
MinusGix 2020-08-09 21:39:34 -04:00 committed by GitHub
parent c78639f43c
commit f3ab41d822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,9 @@ input,
textarea {
font-family: 'DejaVu Sans Mono', monospace;
font-size: 12px;
tab-size: 4;
-moz-tab-size: 4;
-o-tab-size: 4;
}
input[type="checkbox"] {
margin: 0;
@ -35,6 +38,7 @@ pre {
word-wrap: break-word;
tab-size: 4;
-moz-tab-size: 4;
-o-tab-size: 4;
}
a {
color: inherit;