mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
use black background and fixed-width font
This commit is contained in:
@@ -60,5 +60,13 @@ pre.term span.b7 { background-color: #bbb; }
|
||||
|
||||
body { background-color: #ffffff; }
|
||||
#term {
|
||||
float: left;
|
||||
float: left;
|
||||
margin: 0px;
|
||||
padding: 4px;
|
||||
display: block;
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
background-color: black;
|
||||
border-top: 1px solid white;
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user