]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
editing intro
authorMark Otto <markdotto@gmail.com>
Fri, 17 Apr 2015 19:39:39 +0000 (12:39 -0700)
committerMark Otto <markdotto@gmail.com>
Fri, 17 Apr 2015 19:39:39 +0000 (12:39 -0700)
docs/components/reboot.md

index 0c9d3d564244753dcbde2856f215da4ae9cdefcf..453665762a8ba786a23b465cc99033a40ca59d0c 100644 (file)
@@ -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.