Commit caf33208 authored by Mark Otto's avatar Mark Otto

Merge pull request #12897 from avindra/patch-1

Fix for stray 1px line under top navigation in Dashboard example
parents 0e6db620 80ce694b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment