First web gui prototype
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
body {
|
||||
font-family: "Noto Sans", "Bitstream Vera Sans", Arial, sans;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #444;
|
||||
}
|
||||
|
||||
@media print {
|
||||
footer {
|
||||
display : none;
|
||||
}
|
||||
.noPrint {
|
||||
display : none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user