From 558a902e09a198398d5d27b9db27d23b7d4157f9 Mon Sep 17 00:00:00 2001 From: dumb Date: Mon, 16 May 2016 13:25:40 -0400 Subject: Fixed a small typo --- docs/content/reboot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content') diff --git a/docs/content/reboot.md b/docs/content/reboot.md index 20a76c82c..ad8a8a6f6 100644 --- a/docs/content/reboot.md +++ b/docs/content/reboot.md @@ -28,7 +28,7 @@ Here are our guidelines and reasons for choosing what to override in Reboot: The `` and `` elements are updated to provide better page-wide defaults. More specifically: - The `box-sizing` is globally set on every element—including `*:before` and `*:after`, to `border-box`. This ensures that the declared width of element is never exceeded due to padding or border. -- A base `font-size: 16px` is declared on the `` and `font-size: 1rem` on the `` for easy responsive type-scaling via media queryies. +- A base `font-size: 16px` is declared on the `` and `font-size: 1rem` on the `` for easy responsive type-scaling via media queries. - The `` also sets a global `font-family` and `line-height`. This is inherited later by some form elements to prevent font inconsistencies. - For safety, the `` has a declared `background-color`, defaulting to `#fff`. -- cgit v1.2.3 From 5413787e403711a78843976a37a77b1c9ad51cc1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 7 Sep 2016 20:39:33 -0700 Subject: fixes #20655: Update font stack list in the Reboot docs to match current CSS usage (#20666) --- docs/content/reboot.md | 8 -------- 1 file changed, 8 deletions(-) (limited to 'docs/content') diff --git a/docs/content/reboot.md b/docs/content/reboot.md index ad8a8a6f6..a6815e9db 100644 --- a/docs/content/reboot.md +++ b/docs/content/reboot.md @@ -46,14 +46,6 @@ $font-family-sans-serif: "Segoe UI", // Android "Roboto", - // Linux - "Oxygen", // KDE - "Ubuntu", - "Cantarell", // GNOME - // Firefox OS [R.I.P.] - "Fira Sans", - // Older Android - "Droid Sans", // Basic web fallback "Helvetica Neue", Arial, sans-serif !default; {% endhighlight %} -- cgit v1.2.3 From 18258cbd9936c020b5e30fea758fc1373f661039 Mon Sep 17 00:00:00 2001 From: Igor Tarasov Date: Thu, 8 Sep 2016 07:44:28 +0400 Subject: Fix docs for heading sizes (#20646) * Fix docs for heading sizes (sizes here were from v3) * Added rem sizes to header size docs * Fixed erroneous px sizes --- docs/content/typography.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/content') diff --git a/docs/content/typography.md b/docs/content/typography.md index 139a7e00e..a59f50347 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -31,27 +31,27 @@ All HTML headings, `

` through `

`, are available.

h1. Bootstrap heading

- Semibold 36px + Semibold 2.5rem (40px)

h2. Bootstrap heading

- Semibold 30px + Semibold 2rem (32px)

h3. Bootstrap heading

- Semibold 24px + Semibold 1.75rem (28px)

h4. Bootstrap heading

- Semibold 18px + Semibold 1.5rem (24px)
h5. Bootstrap heading
- Semibold 14px + Semibold 1.25rem (20px)
h6. Bootstrap heading
- Semibold 12px + Semibold 1rem (16px) -- cgit v1.2.3 From 0be876359ed4ed7c8a3d315a6ef9a04eede8d765 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 8 Sep 2016 22:16:28 -0700 Subject: Update docs to use new spacing util class names --- docs/content/images.md | 6 +++--- docs/content/typography.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/content') diff --git a/docs/content/images.md b/docs/content/images.md index f21010f0f..905ff337b 100644 --- a/docs/content/images.md +++ b/docs/content/images.md @@ -47,7 +47,7 @@ Add classes to an `` element to easily style images in any project. ## Aligning images -Align images with the [helper float classes]({{ site.baseurl }}/components/utilities/#responsive-floats) or [text alignment classes]({{ site.baseurl }}/components/utilities/#text-alignment). `block`-level images can be centered using [the `.m-x-auto` margin utility class]({{ site.baseurl }}/components/utilities/#horizontal-centering). +Align images with the [helper float classes]({{ site.baseurl }}/components/utilities/#responsive-floats) or [text alignment classes]({{ site.baseurl }}/components/utilities/#text-alignment). `block`-level images can be centered using [the `.mx-auto` margin utility class]({{ site.baseurl }}/components/utilities/#horizontal-centering).
A generic square placeholder image with rounded corners @@ -60,11 +60,11 @@ Align images with the [helper float classes]({{ site.baseurl }}/components/utili {% endhighlight %}
- A generic square placeholder image with rounded corners + A generic square placeholder image with rounded corners
{% highlight html %} -... +... {% endhighlight %}
diff --git a/docs/content/typography.md b/docs/content/typography.md index a59f50347..4a8e4c2d0 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -168,7 +168,7 @@ For quoting blocks of content from another source within your document. Wrap ` -

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

{% endexample %} @@ -178,7 +178,7 @@ Add a `