From 365ec579b7edaedddd9a298b4d6f0a4bd9344c1a Mon Sep 17 00:00:00 2001 From: Florian Kissling Date: Thu, 30 Apr 2015 00:59:06 +0200 Subject: [PATCH] Typography. --- docs/_sass/_s2-docs-home.scss | 6 ++++++ docs/announcements-4.0.html | 2 +- docs/css/s2-docs.scss | 5 +++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/_sass/_s2-docs-home.scss b/docs/_sass/_s2-docs-home.scss index 0b534c15..8cea4b7a 100644 --- a/docs/_sass/_s2-docs-home.scss +++ b/docs/_sass/_s2-docs-home.scss @@ -12,3 +12,9 @@ .s2-docs-home .jumbotron { margin-bottom: 0; } + +#lead { + text-align: center; + max-width: 800px; + margin: 0 auto 80px; +} diff --git a/docs/announcements-4.0.html b/docs/announcements-4.0.html index 261324ca..9fe1e39d 100644 --- a/docs/announcements-4.0.html +++ b/docs/announcements-4.0.html @@ -18,7 +18,7 @@ slug: announcements-4.0

Select2 4.0.0

-

+

The 4.0 release of Select2 is the result of three years of working on the code base and watching where it needs to go. At the core, it is a full rewrite that addresses many of the extensibility and usability problems diff --git a/docs/css/s2-docs.scss b/docs/css/s2-docs.scss index 63f8d3e9..47cbbe9b 100644 --- a/docs/css/s2-docs.scss +++ b/docs/css/s2-docs.scss @@ -38,6 +38,11 @@ color: #999; } +.page-header { + padding-bottom: 19px; + margin-bottom: 29px; +} + /* Inline code within headings retain the heading's background-color */ h2 code, h3 code,