From f58143e7d696850fe064d97ef71afa6ea4f5b994 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 17 Apr 2015 12:39:39 -0700 Subject: [PATCH] editing intro --- docs/components/reboot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/reboot.md b/docs/components/reboot.md index 0c9d3d5642..453665762a 100644 --- a/docs/components/reboot.md +++ b/docs/components/reboot.md @@ -3,7 +3,7 @@ layout: page title: Reboot --- -All of Bootstrap's element-specific CSS changes are part of what we call the Reboot, a single CSS file of simple overrides. +Part of Bootstrap's job is to provide an elegant, consistent, and simple baseline to build upon. We use Reboot, a collection of element-specific CSS changes in a single file, to kickstart that. Reboot builds upon Normalize, providing many HTML elements with somewhat opinionated styles using only element selectors. Additional styling is done only with classes. For example, we reboot some `` styles for a simpler baseline and later provide `.table`, `.table-bordered`, and more.