Commit graph

7 commits

Author SHA1 Message Date
ACCakut
56ec68577d 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-16 18:39:26 +02:00
Michael Rose
4bf60f5930 Improve navigation and search overlay on small screens
- Fixes #88
2014-09-05 16:24:44 -04:00
Michael Rose
f0ad818f33 Fix overlay background colors 2014-09-05 16:24:35 -04:00
Michael Rose
1e25af92b7 Remove font size on body element 2014-09-04 14:49:02 -04:00
Michael Rose
23854de50b Adjust syntax highlighting styling 2014-09-04 14:48:57 -04:00
Michael Rose
aadb22ffcf Cleanup stylesheets
- Add Bourbon and Neat
2014-09-04 14:48:52 -04:00
Michael Rose
e711f8b839 Update theme to support Jekyll 2.x newness
- Cleanup _config.yml
- Move navigation and author info to data files
- Convert .less stylesheets to .scss
- Update documentation
- Include Octopress gem for new post/page creation
2014-08-08 16:07:20 -04:00