plugins/show-language/prism-show-language.css


Log

Author Commit Date CI Message
Daniel Flint eb9a83c2 2015-12-17T21:02:26 The data-language attribute is no longer of any use, so remove it from the code. It was only applicable when using CSS pseudo elements to show the language name, which is no longer the case.
Chaos Shen 3a346e5e 2015-09-30T17:31:15 Fix the problem of language label scrolling out of view with code by moving the label to a previous sibling of 'pre'.
Adam Moore 7f21d439 2015-08-20T09:52:27 add reset styles to show-language plugin due to style overwriting form the themes, bug pertained to Coy styles
Daniel Flint 2acd30dc 2015-04-17T18:23:37 Work nicely with line-numbers plugin Generated content on the `pre` means if the highlighted area needs to scroll, the language will scroll out of view with the code. But that's better than completely breaking another plugin.
Daniel Flint 93fb18a1 2015-04-03T00:04:46 Don't force scrollbars to be shown unnecessarily.
Daniel Flint 79af7964 2014-02-24T22:34:43 Plugin to show highlighted language, per Issue #1