From 90388f4e49b1382d7f1f8435ae61339ad0bc2e57 Mon Sep 17 00:00:00 2001 From: Eric Skogen Date: Tue, 6 Oct 2015 20:39:55 -0500 Subject: Update typography.md re: where to find global vars Docs should indicate that `_reboot.scss` uses the variables, but to see their values users would look in `_variables.scss`. --- docs/content/typography.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/content') diff --git a/docs/content/typography.md b/docs/content/typography.md index e97593e2e..bc2a85c63 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -15,11 +15,11 @@ Bootstrap includes simple and easily customized typography for headings, body te Bootstrap sets basic global display, typography, and link styles. Specifically, we: -- Set `background-color: #fff;` on the `` +- Use `$body-bg` to set a `background-color` on the `` (`#fff` by default) - Use the `$font-family-base`, `$font-size-base`, and `$line-height-base` attributes as our typographic base - Set the global link color via `$link-color` and apply link underlines only on `:hover` -These styles can be found within `_reboot.scss`. +These styles can be found within `_reboot.scss`, and the global variables are defined in `_variables.scss`. ## Headings -- cgit v1.2.3 From a05008cb0924111899c1e32beb0b1834928d372d Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Mon, 12 Oct 2015 16:56:01 -0400 Subject: Use .blockquote class in V4 examples page Fix #17888 --- 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 076a3752f..b1f4da5b7 100644 --- a/docs/content/reboot.md +++ b/docs/content/reboot.md @@ -272,7 +272,7 @@ The `
` element is updated to reset the browser default `font-style` fro The default `margin` on blockquotes is `1em 40px`, so we reset that to `0 0 1rem` for something more consistent with other elements.
-
+

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

Someone famous in Source Title
-- cgit v1.2.3 From 5b71753763b9f548d8a21f9e249fc0551732fd72 Mon Sep 17 00:00:00 2001 From: Thomas Shinnick Date: Mon, 19 Oct 2015 11:37:19 -0500 Subject: Fix three small typos --- docs/content/reboot.md | 4 ++-- docs/content/tables.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/content') diff --git a/docs/content/reboot.md b/docs/content/reboot.md index b1f4da5b7..933df0e64 100644 --- a/docs/content/reboot.md +++ b/docs/content/reboot.md @@ -166,7 +166,7 @@ Various form elements have been rebooted for simpler base styles. Here are some - ``s, like fieldsets, have also been restyled to be displayed as a heading of sorts. - `