Lastest docs updated

travis build: 25
commit: e72bff4180
auto-pushed to gh-pages
This commit is contained in:
travis-ci
2016-06-03 12:38:26 +00:00
parent ce4e4fe98b
commit 5469c14b34
61 changed files with 181 additions and 171 deletions

View File

@@ -41,6 +41,9 @@ a[href]:link { color: rgb(196,69,29); }
a[href]:visited { color: rgb(171,105,84); }
a[href]:hover { text-decoration:underline; }
a[href].def:link, a[href].def:visited { color: black; }
a[href].def:hover { color: rgb(78, 98, 114); }
/* @end */
/* @group Fonts & Sizes */
@@ -143,15 +146,23 @@ ul.links li a {
background-image: url(plus.gif);
background-repeat: no-repeat;
}
p.caption.collapser,
p.caption.expander {
background-position: 0 0.4em;
}
.collapser, .expander {
padding-left: 14px;
margin-left: -14px;
cursor: pointer;
}
p.caption.collapser,
p.caption.expander {
background-position: 0 0.4em;
}
.instance.collapser, .instance.expander {
margin-left: 0px;
background-position: left center;
min-width: 9px;
min-height: 9px;
}
pre {
padding: 0.25em;
@@ -172,6 +183,9 @@ pre {
.keyword { font-weight: normal; }
.def { font-weight: bold; }
@media print {
#footer { display: none; }
}
/* @end */
@@ -370,21 +384,16 @@ div#style-menu-holder {
#interface h5 + div.top {
margin-top: 1em;
}
#interface p.src .link {
#interface .src .selflink,
#interface .src .link {
float: right;
color: #919191;
border-left: 1px solid #919191;
background: #f0f0f0;
padding: 0 0.5em 0.2em;
margin: 0 -0.5em 0 0.5em;
margin: 0 -0.5em 0 0;
}
#interface td.src .link {
float: right;
color: #919191;
#interface .src .selflink {
border-left: 1px solid #919191;
background: #f0f0f0;
padding: 0 0.5em 0.2em;
margin: 0 -0.5em 0 0.5em;
}
@@ -424,30 +433,31 @@ div#style-menu-holder {
visibility: hidden;
}
.subs dl {
.subs ul {
list-style: none;
display: table;
margin: 0;
}
.subs dt {
float: left;
clear: left;
display: block;
margin: 1px 0;
.subs ul li {
display: table-row;
}
.subs dd {
float: right;
width: 90%;
display: block;
.subs ul li dfn {
display: table-cell;
font-style: normal;
font-weight: bold;
margin: 1px 0;
white-space: nowrap;
}
.subs ul li > .doc {
display: table-cell;
padding-left: 0.5em;
margin-bottom: 0.5em;
}
.subs dd.empty {
display: none;
}
.subs dd p {
.subs ul li > .doc p {
margin: 0;
}