[app,css][xs]: use site.css to be consistent between docs and app (+ remove documentation link from app).

This commit is contained in:
Rufus Pollock 2012-05-15 03:49:14 +01:00
parent 5e7f9dd0b7
commit deffe17b5e
2 changed files with 5 additions and 3 deletions

View File

@ -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">

View File

@ -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;