Nikolay Sturm
6bf5258f1f
nested lists should not have a margin-bottom
13 years ago
Beau Simensen
9c700f3e46
Provide a way to configure font family for subtitle.
13 years ago
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.
13 years ago
Frederic Hemberger
21803814bc
Adds parameter for left aligned pullquotes, fixes #215
13 years ago
B Strand
2e7bc43cf7
Reverted previous commit.
13 years ago
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.
13 years ago
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.)
13 years ago
strand
ce6604a15e
Edited .themes/classic/sass/base/_typography.scss via GitHub
13 years ago
Jake McCrary
7d6062b5eb
fixed @extend for pp, code, and tt. The @extend was extending a non-existant entry.
13 years ago
Brandon Mathis
b42a7f87dc
changed mdash to unicode character to help some users with encoding errors
13 years ago
Brandon Mathis
16b03308bd
improved font-size for pages
13 years ago
Brandon Mathis
51b2a36b40
Added a fix for wrapping long lines of text in articles and in the sidebar
13 years ago
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.
13 years ago
Brandon Mathis
d4139e394e
Updated responsive typography sizing
14 years ago
Brandon Mathis
252bfd24af
improved responsive typography styles
14 years ago
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
14 years ago
Brandon Mathis
91f0190184
Included Sass files which should have been in my previous commit. Oops!
How embarrassing. Also I've updated the gitignore.
14 years ago