aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-03-04 11:35:32 -0800
committerMark Otto <[email protected]>2014-03-04 11:35:32 -0800
commitcaf332080e7dfa7818ab57fe04028ece60fdf975 (patch)
treeb16780cac344896c5818a86d8bff092f202d2bca /docs/examples
parent0e6db6208243975cb76585b32d98748f857a233e (diff)
parent80ce694b2499f45142b9746aa862cf288ce38e5e (diff)
downloadbootstrap-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')
-rw-r--r--docs/examples/dashboard/dashboard.css7
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