diff options
Diffstat (limited to 'docs/examples/dashboard')
| -rw-r--r-- | docs/examples/dashboard/dashboard.css | 3 | ||||
| -rw-r--r-- | docs/examples/dashboard/index.html | 2 |
2 files changed, 1 insertions, 4 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; -} /* diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index 65cc380cb..bee33756b 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -64,7 +64,7 @@ </ul> </div> <div class="col-sm-9 offset-sm-3 col-md-10 offset-md-2 main"> - <h1 class="page-header">Dashboard</h1> + <h1>Dashboard</h1> <div class="row placeholders"> <div class="col-xs-6 col-sm-3 placeholder"> |
