Skip to content

Commit

Permalink
Merge pull request hack-chat#113 from MinusGix/patch-4
Browse files Browse the repository at this point in the history
Change tab-size to be more consistently 4
  • Loading branch information
marzavec authored Aug 12, 2020
2 parents bba812a + f3ab41d commit 6824073
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -35,6 +38,7 @@ pre {
word-wrap: break-word;
tab-size: 4;
-moz-tab-size: 4;
-o-tab-size: 4;
}
a {
color: inherit;
Expand Down

0 comments on commit 6824073

Please sign in to comment.