diff options
| author | Mark Otto <[email protected]> | 2014-03-04 11:35:32 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-04 11:35:32 -0800 |
| commit | caf332080e7dfa7818ab57fe04028ece60fdf975 (patch) | |
| tree | b16780cac344896c5818a86d8bff092f202d2bca /docs/examples/dashboard/dashboard.css | |
| parent | 0e6db6208243975cb76585b32d98748f857a233e (diff) | |
| parent | 80ce694b2499f45142b9746aa862cf288ce38e5e (diff) | |
| download | bootstrap-caf332080e7dfa7818ab57fe04028ece60fdf975.tar.xz bootstrap-caf332080e7dfa7818ab57fe04028ece60fdf975.zip | |
Merge pull request #12897 from avindra/patch-1
Fix for stray 1px line under top navigation in Dashboard example
Diffstat (limited to 'docs/examples/dashboard/dashboard.css')
| -rw-r--r-- | docs/examples/dashboard/dashboard.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/examples/dashboard/dashboard.css b/docs/examples/dashboard/dashboard.css index ef6c0cfdb..22e3fdef6 100644 --- a/docs/examples/dashboard/dashboard.css +++ b/docs/examples/dashboard/dashboard.css @@ -17,6 +17,13 @@ body { border-bottom: 1px solid #eee; } +/* + * Top navigation + * Hide default border to remove 1px line. + */ +.navbar-fixed-top { + border:0; +} /* * Sidebar |
