themes


Log

Author Commit Date CI Message
Jannik Zschiesche 2e0b8ce4 2014-07-22T18:49:19 Coy theme: Fix issue with defined height of the <pre> tag * The max-height on the `<pre>` is if there is no defined height. The definitions of the code ensure, that the contents stay inside the `<pre>`. The `width: 100%` is need if there is no defined height of the `<pre>`, see http://stackoverflow.com/questions/14262938/child-with-max-height-100-overflows-parent.
Jannik Zschiesche fa2dedc2 2014-07-22T18:26:32 Fix small scrollbar issue in the coy theme
Jannik Zschiesche 84d21b19 2014-07-22T17:24:28 Further improvements of the coy themes * Shadows are now visible again! * Small code cleanup (removed now unnecessary outer `max-height`)
Jannik Zschiesche b42f3b0b 2014-07-22T15:25:27 Fix hidden line numbers The issue is that the `<code>` element needs the `overflow: scroll` (since the code block has a `max-height`). So the line numbers container, which is positioned absolutely using a negative left position is hidden. This is fixed by changing the way the `<code>` element is positioned: not with a margin and a small size, but with the padding & a larger container.
Avi Aryan a156e893 2014-07-09T15:08:02 added separate highlighting token for 'function' in prism.css, closes #287
Shane Osbourne 2b09b19a 2013-12-12T12:09:28 Fix indentation to match individual formatting styles per file
Shane Osbourne 989481a3 2013-10-24T20:51:59 Add 'word-break: normal' to allow code overflow on the new Ghost Blogging platform
Daniel Wyatt a3e161c8 2013-10-07T08:02:54 Add back what I foolishly removed
Daniel Wyatt c0c77b15 2013-10-07T07:15:02 Merge branch 'gh-pages' of https://github.com/LeaVerou/prism into twilight-text-selection
Lea Verou 87d7640e 2013-10-07T09:46:33 Moved themes to themes/ folder