h3 {\r
font-size: 100%;\r
}\r
+
+h4 {\r
+ font-size: 90%;\r
+}\r
\r
#getting_started_steps a {\r
text-decoration: none;\r
background: #ffdddd;
}
-.list .entregaok {
- background:green;
+.prueba {
+ border-collapse: collapse;
}
-.list .entregamaso {
- background:yellow;
+.pruebaok {
+ background: #b9ffb9;
+ border-collapse: collapse;
}
-.list .entregamal {
- background:red;
+.pruebafail {
+ border-collapse: collapse;
+ background: #ffdddd;
}
+.pruebaok tr {
+ background: gray;
+}
+.pruebaok th {
+ background: #b9ffb9;
+}
+.pruebaok td {
+ background: #b9ffb9;
+}
+.pruebafail {
+ background: #ffdddd;
+}
+.pruebafail th {
+ background: #ffdddd;
+}
+.pruebafail td {
+ background: #ffdddd;
+}
+
+.dp-diff .rojo {
+ color:red;
+}
+
+.dp-diff .chunk {
+ color:blue;
+}
+
+.dp-diff .verde {
+ color:green;
+}