Revert "Escape html for weblog in the client"

This reverts commit 8da3f54e91.
This commit is contained in:
Xose Pérez
2018-03-30 23:59:41 +02:00
parent 6f62758244
commit 448ce2ccb9
4 changed files with 11 additions and 10 deletions

View File

@@ -129,7 +129,7 @@ div.state {
}
.pure-g span.terminal,
.pure-g ul.terminal {
.pure-g textarea.terminal {
font-family: 'Courier New', monospace;
font-size: 80%;
line-height: 100%;
@@ -316,8 +316,5 @@ span.slider {
#weblog {
height: 400px;
padding: 0.5em 0.6em;
margin-bottom: 10px;
list-style: none;
overflow-y: scroll;
}