Commit Graph

17 Commits (692c8f3491cac66c0bffc88fa44153ca7a2efcc3)

Author SHA1 Message Date
Frederic Hemberger e8ee5219c3 Merge pull request from simensen/ConfigureFontFamilyForSubtitle
Make font-family for subtitle configurable.
Nikolay Sturm 6bf5258f1f nested lists should not have a margin-bottom
Beau Simensen 9c700f3e46 Provide a way to configure font family for subtitle.
MORITA Hajime (omo) 20e566f58f Makes font-family names customizable.
This chagne instroduces following variables
that allows authors to customize a font family for each class.
- $serif
- $sans
- $heading-font-family
- $header-title-font-family

This change also adds anotehr custom scss file named "_fonts.scss".
We can use it to override these newly introduced variables.
Frederic Hemberger 21803814bc Adds parameter for left aligned pullquotes, fixes
B Strand 2e7bc43cf7 Reverted previous commit.
B Strand 5b0486ced1 Separated citation style from the general blockquote style. The general blockquote style is great for nesting and indentation, while the citation is excellent for quote attribution.
B Strand 490b2593ec Renamed has-pullquote and has-pullquoteleft classes to pullquote-right and pullquote-left (I suppose a less stylistic naming convention might pullquote-default and pullquote-alternate.)
strand ce6604a15e Edited .themes/classic/sass/base/_typography.scss via GitHub
Jake McCrary 7d6062b5eb fixed @extend for pp, code, and tt. The @extend was extending a non-existant entry.
Brandon Mathis b42a7f87dc changed mdash to unicode character to help some users with encoding errors
Brandon Mathis 16b03308bd improved font-size for pages
Brandon Mathis 51b2a36b40 Added a fix for wrapping long lines of text in articles and in the sidebar
Brandon Mathis 0f2686eff7 Refactored layout styles:
1. Now iPad vertical gets a collapsed sidebar with columns
2. Moved sidebar toggler styles from layout to sidebar/base
3. Added body class .sidebar-footer to support an always collapsed sidebar
4. Added $indented-lists (bool) for easily setting list indent preferences
5. Removed no-sidebar checking from sidebar-toggler, handled it through css.
Brandon Mathis d4139e394e Updated responsive typography sizing
Brandon Mathis 252bfd24af improved responsive typography styles
Brandon Mathis ea349cdfbf Moved themes to .themes to get it out of the way. Updated Rakefile to support .themes dir and remove duplication. Improved deploy task. Renamed init_deploy to cofig_deploy and rewrote it to update configurations in the Rakefile for easier deploy use