diff --git a/images/paragraph-indent.png b/images/paragraph-indent.png new file mode 100644 index 00000000..d8f9145d Binary files /dev/null and b/images/paragraph-indent.png differ diff --git a/images/paragraph-no-indent.png b/images/paragraph-no-indent.png new file mode 100644 index 00000000..e3193dee Binary files /dev/null and b/images/paragraph-no-indent.png differ diff --git a/theme-setup/index.md b/theme-setup/index.md index 2bdbcc6c..bb5aee5a 100644 --- a/theme-setup/index.md +++ b/theme-setup/index.md @@ -287,7 +287,27 @@ Any post or page that you want a *table of contents* to render insert the follow {% endhighlight %} -#### Videos +### Paragraph Indentation + +By default the margin below paragraphs has been removed and indent added to each. This is an intiatial design decision to mimic the look of type set in a printed book or manuscript. + +
+ screen shot of paragraphs with default indent style set +
Example of the default paragraph style (indented first line and bottom margin removed).
+
+ +To disable the indents and add spacing between paragraphs change the following line in `_sass/variables.scss` from `true !default` to `false` like so. + +{% highlight css %} +$paragraph-indent: false; +{% endhighlight %} + +
+ screen shot of paragraphs with indent style disabled +
Example of paragraphs with $paragraph-indent disabled.
+
+ +### Videos Video embeds are responsive and scale with the width of the main content block with the help of [FitVids](http://fitvidsjs.com/).