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/dashboard/dashboard.css | |
| 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/dashboard/dashboard.css')
| -rw-r--r-- | docs/examples/dashboard/dashboard.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/examples/dashboard/dashboard.css b/docs/examples/dashboard/dashboard.css index e0e3632b8..e7c6a21df 100644 --- a/docs/examples/dashboard/dashboard.css +++ b/docs/examples/dashboard/dashboard.css @@ -80,9 +80,6 @@ body { padding-left: 40px; } } -.main .page-header { - margin-top: 0; -} /* |
