mirror of
https://github.com/hack-chat/main.git
synced 2024-03-22 13:20:33 +08:00
Merge pull request #113 from MinusGix/patch-4
Change tab-size to be more consistently 4
This commit is contained in:
commit
6824073300
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user