Revert "Revert "Merge pull #793: Dev Docs: New Glossary & JS Search Box""

This reverts commit 961d6c988f.
This commit is contained in:
David A. Harding 2015-04-14 08:06:08 -04:00
parent ceaf266040
commit a2a5f454cb
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
126 changed files with 3827 additions and 470 deletions

View file

@ -665,9 +665,9 @@ table td,table th{
}
.docreference a{
display:inline-block;
margin:0 0 40px 0;
margin:20px 0 40px 0;
font-size:125%;
width:210px;
width:150px;
}
.docreference img{
display:block;
@ -808,8 +808,6 @@ table td,table th{
}
.toccontent .subhead-links{
visibility: hidden;
font-size: 85%;
height: 18px;
padding-top: 7px;
}
.toccontent:hover .subhead-links{
@ -910,6 +908,38 @@ table td,table th{
border:2px solid #ee9209;
color:#fff;
}
.glossary_term {
display: block;
width: 20em;
padding: 5px 10px;
margin-right: auto;
margin-left: auto;
}
.ui-autocomplete-category {
font-weight: bold;
padding: .2em .4em;
margin: .8em 0 .2em;
line-height: 1.5;
}
ul.wrapped_list li {
list-style: none;
float: left;
width: 15em;
margin: 1em;
}
br.clear {
clear: left;
}
.notice {
text-align: center;
}
.notice span {
font-style: italic;
}
.subhead-links {
font-size: 85%;
height: 18px;
}
.highlight { background: #ffffff; }
.highlight .c { color: #999988; font-style: italic } /* Comment */
@ -2188,6 +2218,9 @@ h2 .rssicon{
display:block;
margin:0 auto 40px auto;
}
.glossary_term {
width: 80%;
}
.toc{
position:static;
margin-top:0px;