main page content
This commit is contained in:
parent
12c4995428
commit
27e785d1da
11 changed files with 213 additions and 54 deletions
|
@ -3,6 +3,11 @@
|
|||
/* Pretty printing styles. Used with prettify.js. */
|
||||
/* SPAN elements with the classes below are added by prettyprint. */
|
||||
/* plain text */
|
||||
code a > span.com {
|
||||
color: #0095dd;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.pln {
|
||||
color: #4d4d4c; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue