Add a little space for log content

This commit is contained in:
Guillaume Wuip 2014-12-23 20:14:59 +01:00
parent 94c6aa42ee
commit db9e38084c

View file

@ -470,7 +470,7 @@ body {
.log__number { .log__number {
text-align: right; text-align: right;
font-weight: bolder; font-weight: bolder;
padding-left: 20px; padding-left: 12px;
font-family: "Open Sans"; font-family: "Open Sans";
background: #333; background: #333;
} }
@ -499,7 +499,7 @@ body {
/* top: -10px; */ /* top: -10px; */
border-left: 1px solid #222; border-left: 1px solid #222;
/* box-shadow: inset 2px 0 2px -2px #000; */ /* box-shadow: inset 2px 0 2px -2px #000; */
padding-left: 6px; padding-left: 10px;
} }
.log__message > span { .log__message > span {
display: block; display: block;