Add Python label for code blocks

This commit is contained in:
Tom Willemse 2016-02-14 22:44:22 +01:00
parent 8147474c3c
commit fc8db3b1d1

View file

@ -98,5 +98,6 @@ pre.src:hover:before { display: inline; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-makefile:before { content: 'Makefile'; }
pre.src-makefile-gmake:before { content: 'GNUMakefile'; }
pre.src-python:before { content: 'Python'; }
#text-footnotes { float: left; clear: left; padding-right: 0.5em; }