aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-04-17 12:39:39 -0700
committerMark Otto <[email protected]>2015-04-17 12:39:39 -0700
commitf58143e7d696850fe064d97ef71afa6ea4f5b994 (patch)
treea4ba7d38bffd556d405a54a1954e33d5eec69d43
parent970e76ea25326103f756bade0d995efcc85be041 (diff)
downloadbootstrap-f58143e7d696850fe064d97ef71afa6ea4f5b994.tar.xz
bootstrap-f58143e7d696850fe064d97ef71afa6ea4f5b994.zip
editing intro
-rw-r--r--docs/components/reboot.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/reboot.md b/docs/components/reboot.md
index 0c9d3d564..453665762 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 `<table>` styles for a simpler baseline and later provide `.table`, `.table-bordered`, and more.