Commit graph

5 commits

Author SHA1 Message Date
Michael Rose
706b60ca22 Rename _pygments.scss to _syntax.scss
- Include Rouge in Pygments examples
2015-02-16 09:46:59 -05:00
ACCakut
af6db4c49d Adding class for centering in markdown
With this you can easily center text by use of markdown's *IALs* (Block Inline Attribute Lists).

**Example:**
{:.center}
Your text

**Will result in:**
<p class="center">Your text</p>

So CSS will "text-align:center".
2014-09-18 09:37:50 -04:00
Michael Rose
48702a0fa6 Improve navigation and search overlay on small screens
- Fixes #88
2014-09-05 16:24:58 -04:00
Michael Rose
c26f6380c4 Adjust syntax highlighting styling 2014-09-04 14:49:18 -04:00
Michael Rose
56494a09af Cleanup stylesheets
- Add Bourbon and Neat
2014-09-04 14:49:14 -04:00