Index: openacs-4/packages/xowf/www/resources/test-item.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/resources/Attic/test-item.css,v diff -u -r1.1.2.21 -r1.1.2.22 --- openacs-4/packages/xowf/www/resources/test-item.css 19 Apr 2020 19:29:11 -0000 1.1.2.21 +++ openacs-4/packages/xowf/www/resources/test-item.css 28 Apr 2020 22:25:26 -0000 1.1.2.22 @@ -232,4 +232,11 @@ height: 14px; } - +/* + * This is more or less a standard setup for bootstrap 3, + * just used here for over-eager downstream styling. + */ +table.grading .progress-bar { + background-color: #337ab7; + height: 100%; +}