Lastest docs updated

travis build: 24
commit: e310879d61
auto-pushed to gh-pages
This commit is contained in:
travis-ci
2016-06-03 12:09:40 +00:00
parent 879d4b342d
commit 90a01a9aac
61 changed files with 170 additions and 180 deletions

View File

@@ -41,9 +41,6 @@ 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 */
@@ -146,23 +143,15 @@ 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;
@@ -183,9 +172,6 @@ pre {
.keyword { font-weight: normal; }
.def { font-weight: bold; }
@media print {
#footer { display: none; }
}
/* @end */
@@ -384,16 +370,21 @@ div#style-menu-holder {
#interface h5 + div.top {
margin-top: 1em;
}
#interface .src .selflink,
#interface .src .link {
#interface p.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;
margin: 0 -0.5em 0 0.5em;
}
#interface .src .selflink {
#interface td.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;
}
@@ -433,31 +424,30 @@ div#style-menu-holder {
visibility: hidden;
}
.subs ul {
list-style: none;
display: table;
.subs dl {
margin: 0;
}
.subs ul li {
display: table-row;
}
.subs ul li dfn {
display: table-cell;
font-style: normal;
font-weight: bold;
.subs dt {
float: left;
clear: left;
display: block;
margin: 1px 0;
white-space: nowrap;
}
.subs ul li > .doc {
display: table-cell;
.subs dd {
float: right;
width: 90%;
display: block;
padding-left: 0.5em;
margin-bottom: 0.5em;
}
.subs ul li > .doc p {
.subs dd.empty {
display: none;
}
.subs dd p {
margin: 0;
}