Add Ruby label for code blocks
This commit is contained in:
parent
50cac15e65
commit
0f58429930
1 changed files with 1 additions and 0 deletions
|
@ -100,5 +100,6 @@ 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'; }
|
pre.src-scheme:before { content: 'Scheme'; }
|
||||||
|
pre.src-ruby:before { content: 'Ruby'; }
|
||||||
|
|
||||||
#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