Making pretty printed log look normal again. Issue #6
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
.buildlog {
|
||||
border: 1px solid black;
|
||||
padding: 0.3em;
|
||||
}
|
||||
|
||||
ul.nesting, ul.toplevel {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
@ -90,6 +95,6 @@ em.storeref:hover span.popup {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
code {
|
||||
.code {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
Reference in New Issue
Block a user