Changing tab characters for webclient. Resolve #2239.

This commit is contained in:
Griatch 2020-11-01 19:02:46 +01:00
parent a63be0a416
commit 99aba2e4c9
3 changed files with 9 additions and 4 deletions

View file

@ -27,7 +27,6 @@ body {
}
}
a:link, a:visited { color: inherit; }
a:hover, a:active { color: inherit;
font-weight: bold;}
@ -92,6 +91,12 @@ div {margin:0px;}
background-color: #333;
}
.tabspace {
white-space: pre;
tab-size: 4;
-moz-tab-size: 4;
}
/* Container surrounding entire client */
#clientwrapper {
height: 100%;