Index: lams_tool_scratchie/web/pages/learning/burningQuestions.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_scratchie/web/pages/learning/burningQuestions.jsp,v
diff -u -r1.2.2.4 -r1.2.2.5
--- lams_tool_scratchie/web/pages/learning/burningQuestions.jsp 9 Feb 2016 18:53:07 -0000 1.2.2.4
+++ lams_tool_scratchie/web/pages/learning/burningQuestions.jsp 7 Mar 2016 23:22:53 -0000 1.2.2.5
@@ -16,85 +16,91 @@
<%@ include file="/common/header.jsp"%>
+#scratches {
+ border-spacing: 0;
+}
+#scratches tr td {
+ padding: 12px 15px;
+}
+
+#scratches a, #scratches a:hover {
+ border-bottom: none;
+}
+
+.scartchie-image {
+ border: 0;
+}
+
+
+ function submitForm() {
+ var f = document.getElementById('burning-questions');
+ f.submit();
+ }
+
-
-
+