[docs] fixed links
diff --git a/erpnext/docs/index.html b/erpnext/docs/index.html
index dae6878..852ca59 100644
--- a/erpnext/docs/index.html
+++ b/erpnext/docs/index.html
@@ -1,20 +1,21 @@
<!-- title: ERPNext: Documentation -->
+<!-- description: ERPNext Documentation -->
<!-- no-breadcrumbs -->
<style>
- nav.navbar .navbar-header .navbar-brand,
- nav.navbar ul.navbar-nav a,
- nav.navbar ul.navbar-nav a:visited {
- color:#fff;
- opacity:0.8;
+
+ .splash {
+ border-bottom: 1px solid #d1d8dd;
}
- nav.navbar .navbar-header a:hover,
- nav.navbar ul.navbar-nav a:hover {
- color:#fff;
- opacity:1;
+ .browser-image { border-bottom: 0px; }
+ .splash {
+ background: none;
+ background-color: #fff !important;
}
- nav.navbar.navbar-main {
- border-bottom:1px solid rgba(225,233,240,0.25);
+ .splash .jumbotron h1, .splash .jumbotron p {
+ color: #36414C !important;
+ text-shadow: none;
}
+
</style>