Template:Team:TU-Munich/LabHeader

From 2013.igem.org

(Difference between revisions)
Line 51: Line 51:
div#wikicontent div.labbook ul {
div#wikicontent div.labbook ul {
     line-height: 1.5em !important;
     line-height: 1.5em !important;
-
     list-style-image: url("bullet.gif");
+
     list-style-image: url("bullet.gif") !important;
     list-style-type: square !important;
     list-style-type: square !important;
     margin: 0.3em 0 0 50px !important;
     margin: 0.3em 0 0 50px !important;
Line 57: Line 57:
}
}
-
div#wikicontent div.labbook table.wikitable {
+
/* wikitable class for skinning normal tables */
 +
table.wikitable {
     margin: 5px 40px !important;
     margin: 5px 40px !important;
 +
    background: #f9f9f9 !important;
 +
    border: 1px #aaa solid !important;
 +
    border-collapse: collapse !important;
 +
}
 +
.wikitable th, .wikitable td {
 +
    border: 1px #aaa solid !important;
 +
    padding: 0.2em !important;
 +
}
 +
.wikitable th {
 +
    background: #f2f2f2 !important;
 +
    text-align: center !important;
 +
}
 +
.wikitable caption {
 +
    font-weight: bold !important;
}
}

Revision as of 14:50, 13 June 2013