testing and clients are 'online' and working know to get the tests running againts an actual ES node

This commit is contained in:
Spencer Alger
2013-09-27 12:46:45 -07:00
parent 0ac81e1989
commit e21fb21ee3
228 changed files with 51083 additions and 921 deletions

View File

@ -0,0 +1,85 @@
/*
* Custom styles for the YUIDoc Bootstrap Theme
* Authors: kevinlacotaco
* tonybaroneee
*/
/* -- Navigation Bar -------------------------------------------------------- */
.navbar .navbar-inner .brand {
height: 40px;
margin: 0;
padding: 0 5px 0 10px;
cursor: default;
}
.navbar-text {
font-size: 12px;
padding-left: 5px;
cursor: default;
}
.navbar-form {
margin-right: 3px;
}
#options-form {
margin-top: 20px;
padding-right: 20px;
}
/* -- Sidebar --------------------------------------------------------------- */
#sidebar .tab-content {
border: 1px solid #DFDFDF;
border-top: 0px;
padding-bottom: 5px;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
#api-tabview-filter input {
width: 94.5%;
}
#sidebar .tab-pane li a {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
#sidebar .tab-pane li a:hover,
#sidebar .tab-pane li a:focus {
outline: 0;
border: 0;
text-decoration: none;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
background-color: #0088cc;
}
/* -- Content --------------------------------------------------------------- */
#docs-main {
margin-top: 65px;
}
.content {
padding-bottom: 50px;
}
.content .page-header h1 small {
padding-left: 5px;
}
.content .well:not(.moduledesc) p {
margin: 9px 0;
}
/* -- YUI Overrides --------------------------------------------------------- */
.apidocs .index-item {
text-overflow: ellipsis;
overflow: hidden;
}