Bettertext.css Versions Save

Improved default typography for naked HTML or Markdown-generated content.

2.0.4

6 years ago
  • Fixed bug #4: list bullets was positioned over floated image on first load or when cache disabled.

2.0.3

6 years ago
  • Updated bettertext.css and bettertext.css.min files

2.0.2

6 years ago
  • Forced line break for p code to avoid breaking paragraphs with long strings of code
  • bettertext.css do not create breakpoint and override if scale is the same on small and large screens
  • Added tweak for two and more images inside paragraph

    When there are two or more images inside paragraph they have horizontal spacing between each other. But if those images wrap into multiple lines they should have vertical spacing too. Setting up vertical-align: baseline; for default vertical spacing between multiline images inside paragraph. The rule not applied for single image inside paragraph.

  • Top and bottom margins for structural tags (body, article, section) now based on viewport height (not width)

2.0.1

7 years ago

Body font-size calculated in em to provide better size adjusting with rem.

2.0.0

7 years ago

Fixed math:

  • fixed error in formula for headers font-size — now calculations are correct for base font != 16px
  • simplified formulas for header margins.

Reorganized mixin structure:

  • calculations moved to separate mixin — now you can override any formula with static value and redefine any formula with another formula.

Rewrited margins for body, article, section — bettertext generates more simple css.

Improved docs:

  • added templates for designers.

1.0.4

7 years ago
  • Updated docs
  • Added bettertext.min.css and bettertext.min.css.map

1.0.3

7 years ago
  • Updated package.json
  • Updated README.md

1.0.2

7 years ago

Changelog:

1.0.1

8 years ago

Bugfix:

  • In bettertext.css font-size of headers changed from 'px' to 'em'
  • In bettertext.css default line length was set to 50rem (was 50em)

1.0.0

8 years ago