more updates to doc, some theme tweaks, finalizing the 5.0 release

This commit is contained in:
tomjohnson1492
2016-03-20 22:53:03 -07:00
parent 2cbb248938
commit ae69b83a96
29 changed files with 484 additions and 352 deletions

View File

@ -72,16 +72,16 @@ body {
.breadcrumb > .active {color: #777 !important;}
/* make room for the nav bar */
h1[id],
h2[id],
h3[id],
h4[id],
h5[id],
h6[id],
dt[id]{
padding-top: 60px;
margin-top: -40px
}
/*h1[id],*/
/*h2[id],*/
/*h3[id],*/
/*h4[id],*/
/*h5[id],*/
/*h6[id],*/
/*dt[id]{*/
/*padding-top: 60px; */
/*margin-top: -40px*/
/*}*/
body h1 {margin-top:40px;}
@ -395,8 +395,6 @@ text-decoration: none;
}
ul#mysidebar {
margin-top:40px;
border-radius:0px;
}
@ -1000,4 +998,14 @@ span.label.label-default {
span.label.label-primary {
background-color: #f0ad4e;
}
.col-lg-12 .nav li a {background-color: white}
.col-lg-12 .nav li a {background-color: white}
div.sidebarTitle {
margin-top:40px;
font-weight:normal;
font-size:130%;
color: #ED1951;
margin-bottom:10px;
margin-left: 5px;
}

View File

@ -86,4 +86,8 @@ body.print h4 {color: #679DCE !important; font-size:14px; font-style: italic !im
.anchorjs-link:hover {
color: #216f9b;
}
div.sidebarTitle {
color: #015CAE;
}

View File

@ -82,4 +82,8 @@ body.print h4 {color: #679DCE !important; font-size:14px; font-style: italic;}
.anchorjs-link:hover {
color: #4f7233;
}
div.sidebarTitle {
color: #E50E51;
}