diff options
| author | Chris Rebert <[email protected]> | 2016-02-27 18:16:22 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-02-27 18:16:22 -0800 |
| commit | 74808de4d4a67d9c02da762569e692022d759b51 (patch) | |
| tree | 87dc6eec8e0666a69b921655eba7b06f3ac7ada5 /docs/examples/grid | |
| parent | 8836a4c645e149763f2de1c3a50a2e2cda36a1fa (diff) | |
| download | bootstrap-74808de4d4a67d9c02da762569e692022d759b51.tar.xz bootstrap-74808de4d4a67d9c02da762569e692022d759b51.zip | |
Example pages: Remove usages of defunct .page-header class
/fyi @mdo
Note: The selector in dashboard.css that used .page-header was superfluous
because the margin that it zeroed was already zero even without that declaration.
[skip sauce]
Diffstat (limited to 'docs/examples/grid')
| -rw-r--r-- | docs/examples/grid/index.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/examples/grid/index.html b/docs/examples/grid/index.html index 9e831115b..4723f0e8d 100644 --- a/docs/examples/grid/index.html +++ b/docs/examples/grid/index.html @@ -21,10 +21,8 @@ <body> <div class="container"> - <div class="page-header"> - <h1>Bootstrap grid examples</h1> - <p class="lead">Basic grid layouts to get you familiar with building within the Bootstrap grid system.</p> - </div> + <h1>Bootstrap grid examples</h1> + <p class="lead">Basic grid layouts to get you familiar with building within the Bootstrap grid system.</p> <h3>Five grid tiers</h3> <p>There are five tiers to the Bootstrap grid system, one for each range of devices we support. Each tier starts at a minimum viewport size and automatically applies to the larger devices unless overridden.</p> |
