Changing tab characters for webclient. Resolve #2239.
This commit is contained in:
parent
dedb1b3d66
commit
fd1ef7e9eb
3 changed files with 9 additions and 4 deletions
|
|
@ -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%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue