Add Scheme label for code blocks
This commit is contained in:
parent
fc8db3b1d1
commit
50cac15e65
1 changed files with 1 additions and 0 deletions
|
@ -99,5 +99,6 @@ pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
|
||||||
pre.src-makefile:before { content: 'Makefile'; }
|
pre.src-makefile:before { content: 'Makefile'; }
|
||||||
pre.src-makefile-gmake:before { content: 'GNUMakefile'; }
|
pre.src-makefile-gmake:before { content: 'GNUMakefile'; }
|
||||||
pre.src-python:before { content: 'Python'; }
|
pre.src-python:before { content: 'Python'; }
|
||||||
|
pre.src-scheme:before { content: 'Scheme'; }
|
||||||
|
|
||||||
#text-footnotes { float: left; clear: left; padding-right: 0.5em; }
|
#text-footnotes { float: left; clear: left; padding-right: 0.5em; }
|
||||||
|
|
Loading…
Reference in a new issue