Added blockquote style in logs

This commit is contained in:
Kylart 2017-09-27 14:21:28 +02:00
parent 448c5fac2c
commit 7264635183
1 changed files with 6 additions and 0 deletions

View File

@ -57,6 +57,12 @@ export default {
margin-bottom: 5px;
}
#logs blockquote
{
padding-bottom: 5px;
padding-top: 5px;
}
#logs p
{
text-indent: 20px;