jekyll/lib/site_template
Philipp Rudloff 7756adc75c Fixing spacing issue for `code` inside `pre`
Regular (one-line) code inside a `code` tag has some padding around it. This leads to some weird spacing when dealing with code blocks (e.g. inside `pre`).

Removing the horizontal paddings for these. (Also replacing `border: none;` with `border: 0;` because it's shorter)
2014-05-10 22:05:21 +02:00
..
_includes Use site.title instead of site.name in site template 2014-05-07 15:11:50 -04:00
_layouts Adds a basic page template 2014-02-15 23:07:10 -05:00
_posts remove default post with invalid date 2014-04-01 22:32:12 -03:00
css Fixing spacing issue for `code` inside `pre` 2014-05-10 22:05:21 +02:00
.gitignore Make template site HTML5 2013-04-13 13:15:31 -04:00
_config.yml Use site.title instead of site.name in site template 2014-05-07 15:11:50 -04:00
about.md make template site easier to customize 2014-05-04 21:07:23 -04:00
feed.xml Use site.title instead of site.name in site template 2014-05-07 15:11:50 -04:00
index.html make template site easier to customize 2014-05-04 21:07:23 -04:00