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:red;
}
+.pruebaok {
+ background: #b9ffb9;
+}
+
+.pruebaok {
+border-collapse: collapse;
+}
+
+.pruebafail {
+border-collapse: collapse;
+}
+
+.pruebaok tr {
+ background: gray;
+}
+.pruebaok th {
+ background: #b9ffb9;
+}
+.pruebaok td {
+ background: #b9ffb9;
+}
+
+.pruebafail th {
+ background: #ffdddd;
+}
+.pruebafail td {
+ background: #ffdddd;
+}
+
+.dp-diff .rojo {
+ color:red;
+}
+
+.dp-diff .chunk {
+ color:blue;
+}
+.dp-diff .verde {
+ color:green;
+}