Merge pull request #415 from kopelli/active-scripts

Active Scripts list no longer jumps down on first update
This commit is contained in:
danielyxie
2018-08-03 11:38:50 -04:00
committed by GitHub
3 changed files with 29 additions and 12 deletions

View File

@@ -550,3 +550,11 @@ a:visited {
.accordion-panel ul > li {
background-color: #555;
}
/* override the global <span> styling */
#active-scripts-total-production-active,
#active-scripts-total-prod-aug-total,
#active-scripts-total-prod-aug-avg {
margin: 0;
padding: 0;
}