[app,css][xs]: use site.css to be consistent between docs and app (+ remove documentation link from app).
This commit is contained in:
parent
5e7f9dd0b7
commit
deffe17b5e
@ -24,6 +24,7 @@
|
||||
<!-- /Recline CSS components -->
|
||||
|
||||
<!-- Custom CSS for the Data Explorer Online App -->
|
||||
<link rel="stylesheet" href="../css/site/site.css">
|
||||
<link rel="stylesheet" href="style/demo.css">
|
||||
|
||||
<link rel="stylesheet" href="../vendor/bootstrap/2.0.2/css/bootstrap-responsive.css">
|
||||
@ -66,9 +67,6 @@
|
||||
<div class="navbar-inner">
|
||||
<div class="container-fluid">
|
||||
<a class="brand" href="../">Recline Data Explorer</a>
|
||||
<ul class="nav">
|
||||
<li><a href="../#docs">Documentation</a></li>
|
||||
</ul>
|
||||
<ul class="nav pull-right">
|
||||
<li class="dropdown">
|
||||
<a data-toggle="dropdown" class="dropdown-toggle">
|
||||
|
||||
@ -2,6 +2,10 @@ body {
|
||||
padding-top: 60px;
|
||||
}
|
||||
|
||||
.navbar .brand {
|
||||
line-height: 32px;
|
||||
}
|
||||
|
||||
/* we do not have a LH sidebar */
|
||||
.container-fluid > .content {
|
||||
margin-left: 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user