Basic monitoring OK (sockets non-functional atm)
[qomet.git] / public / stylesheets / course.css
index 2d61347..c1c4a9b 100644 (file)
@@ -54,3 +54,14 @@ tr.stats {
 .conclusion {
        margin-bottom: 20px;
 }
+
+table.in-question {
+       border: 1px solid black;
+       width: auto;
+       margin: 10px auto;
+}
+
+table.in-question th, table.in-question td {
+       padding: 3px;
+       border-bottom: 1px solid grey;
+}