Index: lams_central/web/css/defaultHTML_learner.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_learner.css,v
diff -u -r1.32.2.13 -r1.32.2.14
--- lams_central/web/css/defaultHTML_learner.css 19 Apr 2016 00:04:17 -0000 1.32.2.13
+++ lams_central/web/css/defaultHTML_learner.css 20 Apr 2016 10:50:27 -0000 1.32.2.14
@@ -271,3 +271,16 @@
margin-left: 5px;
color: inherit;
}
+
+.table-no-border>thead>tr>th,
+.table-no-border>tbody>tr>th,
+.table-no-border>tfoot>tr>th,
+.table-no-border>thead>tr>td,
+.table-no-border>tbody>tr>td,
+.table-no-border>tfoot>tr>td {
+ border-top: none;
+}
+
+.table-nonfluid {
+ width: auto !important;
+}
\ No newline at end of file