share/static/style.css: comment almost everything out
This commit is contained in:
parent
b9747b04fa
commit
4f0236d8f2
1 changed files with 12 additions and 2 deletions
|
|
@ -2,7 +2,17 @@ body {
|
||||||
background: black;
|
background: black;
|
||||||
color: #bbbbbb;
|
color: #bbbbbb;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
font-family: DejaVu Sans Mono, Menlo, monospace;
|
/* font-family: source_code_proregular; */
|
||||||
|
|
||||||
|
/*
|
||||||
|
font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
|
||||||
|
font-size: 70%;
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace; */
|
||||||
|
/*Droid Sans Mono*/
|
||||||
|
font-family: "DejaVu Sans Mono", Menlo, "Lucida Sans Typewriter", "Lucida Console", monaco, "Bitstream Vera Sans Mono", monospace;
|
||||||
|
/*font-family: bitstream_vera_sans_monoroman;*/
|
||||||
|
font-size: 75%;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue