Skip to content

Commit 7ef4461

Browse files
author
Kristan Kenney
committed
Add console-output CSS definition
1 parent 03304e0 commit 7ef4461

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

web/css/styles.min.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3312,6 +3312,13 @@ div.l-content.collapsed .l-sort {
33123312
height: 225px;
33133313
}
33143314

3315+
.console-output {
3316+
font-family: 'Courier New', Courier, monospace;
3317+
font-size: 0.8rem;
3318+
color: #202020;
3319+
letter-spacing: -0.01em;
3320+
}
3321+
33153322
form#vstobjects {
33163323
padding-top: 240px;
33173324
}

web/templates/admin/list_server_info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@
4141
<!-- /.l-header -->
4242

4343
<div style="color: #cc3366; padding: 10px 0 20px 20px; background: #fff; ">.</div><div class="l-center">
44-
<pre style="color: #555">
44+
<pre class="console-output">

0 commit comments

Comments
 (0)