Add Python label for code blocks
This commit is contained in:
parent
8147474c3c
commit
fc8db3b1d1
1 changed files with 1 additions and 0 deletions
|
@ -98,5 +98,6 @@ pre.src:hover:before { display: inline; }
|
||||||
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
|
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'; }
|
||||||
|
|
||||||
#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